|
@@ -224,7 +224,7 @@ user.real_name as saveUserName,sb.repair_dept_id
|
|
|
and sb.position_no = #{positionNo}
|
|
|
</if>
|
|
|
<if test="ppNo != null and ppNo!=''">
|
|
|
- and sb.pp_no = #{ppNo}
|
|
|
+ and sb.pp_no like concat('%',#{ppNo},'%')
|
|
|
</if>
|
|
|
<if test="likeDeptCode != null and likeDeptCode!=''">
|
|
|
and sdDept.dept_code like concat(#{likeDeptCode},'%')
|
|
@@ -426,7 +426,7 @@ user.real_name as saveUserName,sb.repair_dept_id
|
|
|
and sb.position_no = #{positionNo}
|
|
|
</if>
|
|
|
<if test="ppNo != null and ppNo!=''">
|
|
|
- and sb.pp_no = #{ppNo}
|
|
|
+ and sb.pp_no like concat('%',#{ppNo},'%')
|
|
|
</if>
|
|
|
<if test="measureStatus != null">
|
|
|
and sb.measure_status = #{measureStatus}
|
|
@@ -509,7 +509,7 @@ user.real_name as saveUserName,sb.repair_dept_id
|
|
|
and sb.position_no = #{positionNo}
|
|
|
</if>
|
|
|
<if test="ppNo != null and ppNo!=''">
|
|
|
- and sb.pp_no = #{ppNo}
|
|
|
+ and sb.pp_no like concat('%',#{ppNo},'%')
|
|
|
</if>
|
|
|
<if test="measureStatus != null">
|
|
|
and sb.measure_status = #{measureStatus}
|