线索报错

This commit is contained in:
苏竹红
2024-04-07 19:26:04 +08:00
parent 4a258300a4
commit 95705a20be
2 changed files with 4 additions and 1 deletions

View File

@@ -381,7 +381,7 @@
and a.investment_manager = #{userId}
</if>
<if test="request.keyword != null and request.keyword!=''">
and (a.username like #{request.userName} or a.mobile like #{request.mobile})
and (a.username like #{request.keyword} or a.mobile like #{request.keyword})
</if>
<if test="wantShopAreaName != null">
and b.area_path like concat('%',#{wantShopAreaName},'%')

View File

@@ -12,6 +12,9 @@ import lombok.Data;
@Data
public class PartnerRequest extends PageBasicInfo {
@ApiModelProperty("加密状态 1-蓄水池 2-正式")
private Integer joinStatus;
@ApiModelProperty("加盟上姓名或者手机号")
private String keyword;
@ApiModelProperty("线索子阶段")