Kaynağa Gözat

调查问卷

zouxuan 4 yıl önce
ebeveyn
işleme
8d2e9e7b80

+ 3 - 0
mec-biz/src/main/resources/config/mybatis/ReplacementInstrumentCooperationMapper.xml

@@ -111,6 +111,9 @@
         <if test="topicId != null">
             AND topic_id_ = #{topicId}
         </if>
+        <if test="topicId == null">
+            AND topic_id_ IS NULL
+        </if>
         LIMIT 1
     </select>