bug64762
This commit is contained in:
+6
-2
@@ -482,7 +482,9 @@
|
|||||||
)
|
)
|
||||||
where 1=1
|
where 1=1
|
||||||
<trim suffixOverrides="," >
|
<trim suffixOverrides="," >
|
||||||
|
<if test="QCDW != null and QCDW != ''" >
|
||||||
|
and SAR_BUSS_STAND_ATTR_INFO.QCDW like concat(concat('%',#{QCDW}),'%')
|
||||||
|
</if>
|
||||||
<if test="putTime!=null">
|
<if test="putTime!=null">
|
||||||
and put_time=#{putTime}
|
and put_time=#{putTime}
|
||||||
</if>
|
</if>
|
||||||
@@ -649,7 +651,9 @@
|
|||||||
and (SAR_BUSSIONESS_STAND.STAND_CODE = #{standCode}
|
and (SAR_BUSSIONESS_STAND.STAND_CODE = #{standCode}
|
||||||
or REPLACE( SAR_BUSSIONESS_STAND.STAND_CODE,' ','') = REPLACE( #{standCode},' ',''))
|
or REPLACE( SAR_BUSSIONESS_STAND.STAND_CODE,' ','') = REPLACE( #{standCode},' ',''))
|
||||||
</if>
|
</if>
|
||||||
|
<if test="QCDW != null and QCDW != ''" >
|
||||||
|
and SAR_BUSS_STAND_ATTR_INFO.QCDW like concat(concat('%',#{QCDW}),'%')
|
||||||
|
</if>
|
||||||
|
|
||||||
<!--<if test="menuId != null and menuId =='nomenu' and menuAllChildrenIdList != null and menuAllChildrenIdList.size()>0 and sarMsType != null and sarMsType == 'filterSarMsMenu'" >-->
|
<!--<if test="menuId != null and menuId =='nomenu' and menuAllChildrenIdList != null and menuAllChildrenIdList.size()>0 and sarMsType != null and sarMsType == 'filterSarMsMenu'" >-->
|
||||||
<!--and SAR_BUSS_STAND_MENU.MENU_ID IS NULL-->
|
<!--and SAR_BUSS_STAND_MENU.MENU_ID IS NULL-->
|
||||||
|
|||||||
Reference in New Issue
Block a user