zhangyuewww 4 anos atrás
pai
commit
e5d5bd0665

+ 3 - 3
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/WarehouseInOutInfoMapper.xml

@@ -35,7 +35,7 @@
         w.contract_no as contractNo,
         w.car_no as carNo,
         w.agent,
-        w.back_office as backOffice
+        w.back_office as backOffice,
         w.create_date as createDate,
         d.water_content as waterContent,
         d.bulk_density as bulkDensity,
@@ -52,10 +52,10 @@
         and w.position_id = #{positionId}
         and w.delete_flag = '0'
         <if test="searchType != null and searchType != ''">
-            <if test="searchType == 2">
+            <if test="searchType == 1">
                 AND w.in_out_flag = '1'
             </if>
-            <if test="searchType == 3">
+            <if test="searchType == 2">
                 AND w.in_out_flag = '2'
             </if>
         </if>