|
|
@@ -737,7 +737,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="centerId != null "> AND wo.gxt_center_id = #{centerId}</if>
|
|
|
<if test="remark != null and remark != '' ">
|
|
|
AND (
|
|
|
- wo.pcs_device_name LIKE concat('%', #{remark}, '%')
|
|
|
+ wo.work_order_project_no LIKE concat('%', #{remark}, '%')
|
|
|
+ OR wo.pcs_device_name LIKE concat('%', #{remark}, '%')
|
|
|
OR wo.brand LIKE concat('%', #{remark}, '%')
|
|
|
OR wo.model LIKE concat('%', #{remark}, '%')
|
|
|
OR wo.gxt_center LIKE concat('%', #{remark}, '%')
|
|
|
@@ -826,7 +827,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="centerId != null "> AND wo.gxt_center_id = #{centerId}</if>
|
|
|
<if test="remark != null and remark != '' ">
|
|
|
AND (
|
|
|
- wo.pcs_device_name LIKE concat('%', #{remark}, '%')
|
|
|
+ wo.work_order_project_no LIKE concat('%', #{remark}, '%')
|
|
|
+ OR wo.pcs_device_name LIKE concat('%', #{remark}, '%')
|
|
|
OR wo.brand LIKE concat('%', #{remark}, '%')
|
|
|
OR wo.model LIKE concat('%', #{remark}, '%')
|
|
|
OR wo.gxt_center LIKE concat('%', #{remark}, '%')
|