Explorar o código

Merge remote-tracking branch 'origin/master'

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