@ -45,7 +45,7 @@
wt_sp_receives wr
JOIN wt_sp_warehouse sw ON wr.STORAGE_ROOM = sw.id
<if test="params.code!=null and params.code!=''">
and wr.code = #{params.code}
and wr.code like concat('%',#{params.code},'%')
</if>
<if test="params.createUser!=null">
and wr.CREATE_USER = #{params.createUser}