|
|
|
@ -44,10 +44,10 @@ |
|
|
|
and site = #{data.site} |
|
|
|
</if> |
|
|
|
<if test="data.workCenterNo != null and data.workCenterNo != ''"> |
|
|
|
and work_center_no like concat('%', #{data.workCenterNo}, '%') |
|
|
|
and work_center_no like #{data.workCenterNo} |
|
|
|
</if> |
|
|
|
<if test="data.workCenterDesc != null and data.workCenterDesc != ''"> |
|
|
|
and work_center_desc like concat('%', #{data.workCenterDesc}, '%') |
|
|
|
and work_center_desc like #{data.workCenterDesc} |
|
|
|
</if> |
|
|
|
</where> |
|
|
|
</select> |
|
|
|
|