企标英文名称模糊查询

This commit is contained in:
zhaokaiyao@91isoft.com
2021-09-13 15:06:07 +08:00
parent 200adfcc65
commit dd247c2caf
@@ -460,6 +460,9 @@
<if test="standStatus != null" >
and SAR_BUSSIONESS_STAND.STAND_STATUS = #{standStatus}
</if>
<if test="standEnName != null">
and SAR_BUSSIONESS_STAND.STAND_EN_NAME like concat('%', #{standEnName},'%')
</if>
<if test="advanceSearchStr != null">
and (${advanceSearchStr})
</if>