|
|
|
@ -75,7 +75,19 @@
|
|
|
|
|
AND isfi.workPlaceCode = #{workPlaceCode}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="busType != null and busType != ''">
|
|
|
|
|
ANd isfi.busType = #{busType}
|
|
|
|
|
AND isfi.busType = #{busType}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="keywords != null and keywords != ''">
|
|
|
|
|
AND (
|
|
|
|
|
isfi.workPlaceCode like concat('%', #{keywords}, '%')
|
|
|
|
|
or bp.nameCode like concat('%', #{keywords}, '%')
|
|
|
|
|
or isfi.batchNo like concat('%', #{keywords}, '%')
|
|
|
|
|
or bp.cpmctymc like concat('%', #{keywords}, '%')
|
|
|
|
|
or bp.ggxh like concat('%', #{keywords}, '%')
|
|
|
|
|
or bp.nameCode like concat('%', #{keywords}, '%')
|
|
|
|
|
or bp.zczbhhzbapzbh like concat('%', #{keywords}, '%')
|
|
|
|
|
or bp.ylqxzcrbarmc like concat('%', #{keywords}, '%')
|
|
|
|
|
)
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|
</select>
|
|
|
|
|