线索报错
This commit is contained in:
@@ -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},'%')
|
||||
|
||||
@@ -12,6 +12,9 @@ import lombok.Data;
|
||||
@Data
|
||||
public class PartnerRequest extends PageBasicInfo {
|
||||
|
||||
|
||||
@ApiModelProperty("加密状态 1-蓄水池 2-正式")
|
||||
private Integer joinStatus;
|
||||
@ApiModelProperty("加盟上姓名或者手机号")
|
||||
private String keyword;
|
||||
@ApiModelProperty("线索子阶段")
|
||||
|
||||
Reference in New Issue
Block a user