私海列表查询是否会销中错误
This commit is contained in:
@@ -570,6 +570,9 @@
|
||||
LEFT JOIN hy_open_area_info hoai ON hoai.id = hpuinfo.want_shop_area
|
||||
WHERE hpli.line_status in (1,2)
|
||||
AND ( hpli.deleted IS NULL OR hpli.deleted = 0 )
|
||||
<if test="whetherInExhibition != null">
|
||||
AND whether_in_exhibition = #{whetherInExhibition}
|
||||
</if>
|
||||
<if test="keyword!=null and keyword!='' and keywordType!=null and keywordType=='name'">
|
||||
AND (eu.name like concat('%',#{keyword},'%') or hpuinfo.username like concat('%',#{keyword},'%'))
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user