zhangyuewww преди 3 години
родител
ревизия
5f985dc268
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/FreightReceivingDispatchingMapper.xml

+ 4 - 4
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/FreightReceivingDispatchingMapper.xml

@@ -19,10 +19,10 @@
         </if>
         <if test="searchType != null and searchType != ''">
             <if test="searchType == 1">
-                AND signed_for != '' and signed_for != '0'
+                AND signed_for != '' and signed_for != '0.0' and signed_for != '0'
             </if>
             <if test="searchType == 2">
-                AND to_settled != '' and to_settled != '0'
+                AND to_settled != '' and to_settled != '0.0' and to_settled != '0'
             </if>
         </if>
         <if test="accountNumber != null and accountNumber != ''">
@@ -69,10 +69,10 @@
         </if>
         <if test="searchType != null and searchType != ''">
             <if test="searchType == 1">
-                AND signed_for != '' and signed_for != '0'
+                AND signed_for != '' and signed_for != '0.0' and signed_for != '0'
             </if>
             <if test="searchType == 2">
-                AND to_settled != '' and to_settled != '0'
+                AND to_settled != '' and to_settled != '0.0' and to_settled != '0'
             </if>
         </if>
         <if test="accountNumber != null and accountNumber != ''">