|
|
@@ -854,7 +854,7 @@
|
|
|
AND tpo.out_type =any(#{intoTypes,typeHandler=StringListTypeHandler})
|
|
|
</if>
|
|
|
<if test="intoTypes == null || intoTypes.size()==0">
|
|
|
- AND tpo.out_type = '出库类型-销退出库'
|
|
|
+ AND tpo.out_type = '出库类型-销退回库'
|
|
|
</if>
|
|
|
<if test="outStatus != null and outStatus != '' ">
|
|
|
AND tpo.out_status LIKE concat('%',my_ex.likequery(#{outStatus}),'%')
|
|
|
@@ -970,7 +970,7 @@
|
|
|
AND tpo.out_type =any(#{intoTypes,typeHandler=StringListTypeHandler})
|
|
|
</if>
|
|
|
<if test="intoTypes == null || intoTypes.size()==0">
|
|
|
- AND tpo.out_type = '出库类型-销退出库'
|
|
|
+ AND tpo.out_type = '出库类型-销退回库'
|
|
|
</if>
|
|
|
<if test="outStatus != null and outStatus != '' ">
|
|
|
AND tpo.out_status LIKE concat('%',my_ex.likequery(#{outStatus}),'%')
|