Browse Source

Merge remote-tracking branch 'origin/master'

lfy 1 week ago
parent
commit
9a03bb3280

+ 1 - 1
delivery-module-core/delivery-module-core-biz/src/main/java/com/unis/module/coding/service/kshzs/KshzsServiceImpl.java

@@ -86,7 +86,7 @@ public class KshzsServiceImpl implements KshzsService{
86
                 }
86
                 }
87
             }
87
             }
88
             // 各省的库存数量
88
             // 各省的库存数量
89
-            objData = kshzsMapper.selectList(paramVo);
89
+            // objData = kshzsMapper.selectList(paramVo);
90
             objMap = kshzsMapper.selectCardList(paramVo);
90
             objMap = kshzsMapper.selectCardList(paramVo);
91
         }
91
         }
92
         // 各省的库存数量
92
         // 各省的库存数量

+ 3 - 3
delivery-module-core/delivery-module-core-biz/src/main/resources/mapper/kshzs/KshzsMapper.xml

@@ -10,7 +10,7 @@
10
             and cdbm = #{xzqhdm}
10
             and cdbm = #{xzqhdm}
11
         </if>
11
         </if>
12
         <if test="lspzmc!= null and lspzmc!=''">
12
         <if test="lspzmc!= null and lspzmc!=''">
13
-            and lspzmc in (
13
+            and lspzbm in (
14
                 <foreach collection="lspzmcLst" item="item" separator=",">
14
                 <foreach collection="lspzmcLst" item="item" separator=",">
15
                     #{item}
15
                     #{item}
16
                 </foreach>
16
                 </foreach>
@@ -185,7 +185,7 @@
185
         <if test="lspzmc != null and lspzmc != ''">
185
         <if test="lspzmc != null and lspzmc != ''">
186
             and kq.id in (
186
             and kq.id in (
187
                select hw.kqid from DELIVERY_HWK hw
187
                select hw.kqid from DELIVERY_HWK hw
188
-               where hw.lspzmc in (
188
+               where hw.lspzbm in (
189
                    <foreach collection="lspzmcLst" item="item" separator=",">
189
                    <foreach collection="lspzmcLst" item="item" separator=",">
190
                         #{item}
190
                         #{item}
191
                    </foreach>
191
                    </foreach>
@@ -195,7 +195,7 @@
195
         <if test="lsdjdm != null and lsdjdm != ''">
195
         <if test="lsdjdm != null and lsdjdm != ''">
196
             and kq.id in (
196
             and kq.id in (
197
                 select hw.kqid from DELIVERY_HWK hw
197
                 select hw.kqid from DELIVERY_HWK hw
198
-                where hw.lsdjdm in (
198
+                where hw.lsdjbm in (
199
                     <foreach collection="lsdjdmLst" item="item" separator=",">
199
                     <foreach collection="lsdjdmLst" item="item" separator=",">
200
                         #{item}
200
                         #{item}
201
                     </foreach>
201
                     </foreach>