@@ -66,7 +66,7 @@
WHERE
wioi.base_id = wbi.id
AND wioi.delete_flag = 0
- AND wioi.in_out_type = '收购入库'
+ AND (wioi.in_out_type = '收购入库' or wioi.in_out_type = '移库入库')
AND wioi.create_date >= #{searchMoth}
)
<if test="jointVentureParties != null">