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