|
|
|
@ -123,6 +123,12 @@ |
|
|
|
<if test="operatorName != null and operatorName != ''"> |
|
|
|
and dbo.Get_OperatorDesc(rw.site,rw.operator_id) like #{operatorName} |
|
|
|
</if> |
|
|
|
<if test="reworkStartDate != null"> |
|
|
|
and create_time >= #{reworkStartDate} |
|
|
|
</if> |
|
|
|
<if test="reworkEndDate != null"> |
|
|
|
and create_time <= #{reworkEndDate} |
|
|
|
</if> |
|
|
|
</where> |
|
|
|
</select> |
|
|
|
</mapper> |