пре 1 година
родитељ
комит
b33ca4007e
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      platform-dao/src/main/resources/mapper/sb/SbInfoMapper.xml

+ 3 - 0
platform-dao/src/main/resources/mapper/sb/SbInfoMapper.xml

@@ -376,6 +376,9 @@ sb.check_type
         </foreach>
 
         </if>
+        <if test="no!=null and no!=''">
+            and sb.no = #{no}
+        </if>
 
     </select>