|
@@ -2463,9 +2463,9 @@
|
|
|
0,'未上报') like '%${item}%'
|
|
|
</foreach>
|
|
|
</if>
|
|
|
- <if test="saleOrderMaterialIds != null">
|
|
|
- and ASOM.SALE_ORDER_MATERIAL_ID IN
|
|
|
- <foreach collection="saleOrderMaterialIds" item="item" open="(" separator="," close=")">
|
|
|
+ <if test="saleMaterialIds != null">
|
|
|
+ and ASM.SALE_MATERIAL_ID IN
|
|
|
+ <foreach collection="saleMaterialIds" item="item" open="(" separator="," close=")">
|
|
|
'${item}'
|
|
|
</foreach>
|
|
|
</if>
|