1 year ago
parent
commit
b33ca4007e
1 changed files with 3 additions and 0 deletions
  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>