zhangyuewww 4 년 전
부모
커밋
e5d5bd0665
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/WarehouseInOutInfoMapper.xml

+ 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>