|
|
|
@ -332,7 +332,7 @@ |
|
|
|
from dba_mgr.v_mes_rb_qisbillqry@erp_mes_link a |
|
|
|
from dba_mgr.v_mes_rb_qisbillqry@erp_mes_link a |
|
|
|
where 1=1 |
|
|
|
where 1=1 |
|
|
|
<if test="q.rsCode != null and q.rsCode != ''"> |
|
|
|
<if test="q.rsCode != null and q.rsCode != ''"> |
|
|
|
and code = = #{q.rsCode} |
|
|
|
and code = #{q.rsCode} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="q.dutyPart != null and q.dutyPart != ''"> |
|
|
|
<if test="q.dutyPart != null and q.dutyPart != ''"> |
|
|
|
and prtno like concat(concat('%', #{q.dutyPart}),'%') |
|
|
|
and prtno like concat(concat('%', #{q.dutyPart}),'%') |
|
|
|
|