há 1 ano atrás
pai
commit
b33ca4007e

+ 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>