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