私海列表查询是否会销中错误

This commit is contained in:
feng.li
2024-01-09 14:53:08 +08:00
parent 39e03b0619
commit 5c61ef4637

View File

@@ -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>