wantShopAreaName
This commit is contained in:
@@ -499,7 +499,7 @@
|
||||
AND hpli.deadline BETWEEN #{deadlineStart} and #{deadlineStart}
|
||||
</if>
|
||||
<if test="intentAreaName!=null and intentAreaName!=''">
|
||||
and b.want_shop_area like concat('%/',#{intentAreaName},'/%')
|
||||
and hpuinfo.want_shop_area like concat('%/',#{intentAreaName},'/%')
|
||||
</if>
|
||||
<if test="acceptAdjustType!=null">
|
||||
AND hpuinfo.accept_adjust_type = #{acceptAdjustType}
|
||||
|
||||
Reference in New Issue
Block a user