Merge branch 'develop_3' into 'develop_master'
企标查询 忽略空格 See merge request LiuChao/foton-slrs-system-rest!371
This commit is contained in:
+1
@@ -450,6 +450,7 @@
|
||||
like concat('%', #{standCode}, '%') and (SAR_BUSSIONESS_STAND.STAND_YEAR = '' or SAR_BUSSIONESS_STAND.STAND_YEAR is null) )
|
||||
) -->
|
||||
and SAR_BUSSIONESS_STAND.STAND_CODE like concat('%', #{standCode}, '%')
|
||||
or REPLACE( SAR_BUSSIONESS_STAND.STAND_CODE,' ','') like REPLACE( concat('%', #{standCode}, '%'),' ','')
|
||||
</if>
|
||||
<if test="numberName != null" >
|
||||
and (
|
||||
|
||||
Reference in New Issue
Block a user