zhangyuewww 3 years ago
parent
commit
5f985dc268

+ 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 != ''">