Browse Source

Merge remote-tracking branch 'origin/dev' into dev

renqianlong 1 year ago
parent
commit
234e2b3d90

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/top/TopOldOrderMapper.xml

@@ -66,7 +66,7 @@
             AND vto.operation_type = #{operationType}
         </if>
         <if test="businessFullName != null and businessFullName != ''">
-            AND vto.business_full_name = #{businessFullName}
+            AND INSTR(vto.business_full_name,#{businessFullName})
         </if>
         <if test="checkStatus != null and checkStatus.size()!=0 ">
             AND vto.check_status in