wantShopAreaName
This commit is contained in:
@@ -499,7 +499,7 @@
|
|||||||
AND hpli.deadline BETWEEN #{deadlineStart} and #{deadlineStart}
|
AND hpli.deadline BETWEEN #{deadlineStart} and #{deadlineStart}
|
||||||
</if>
|
</if>
|
||||||
<if test="intentAreaName!=null and intentAreaName!=''">
|
<if test="intentAreaName!=null and intentAreaName!=''">
|
||||||
and b.want_shop_area like concat('%/',#{intentAreaName},'/%')
|
and hpuinfo.want_shop_area like concat('%/',#{intentAreaName},'/%')
|
||||||
</if>
|
</if>
|
||||||
<if test="acceptAdjustType!=null">
|
<if test="acceptAdjustType!=null">
|
||||||
AND hpuinfo.accept_adjust_type = #{acceptAdjustType}
|
AND hpuinfo.accept_adjust_type = #{acceptAdjustType}
|
||||||
|
|||||||
@@ -285,6 +285,7 @@ public class HyPartnerIntentInfoServiceImpl implements HyPartnerIntentInfoServic
|
|||||||
if(Objects.isNull(intentInfoVO.getAcceptAdjustType())){
|
if(Objects.isNull(intentInfoVO.getAcceptAdjustType())){
|
||||||
intentInfoVO.setAcceptAdjustType(userInfoVO.getAcceptAdjustType());
|
intentInfoVO.setAcceptAdjustType(userInfoVO.getAcceptAdjustType());
|
||||||
}
|
}
|
||||||
|
intentInfoVO.setWantShopAreaName(userInfoVO.getWantShopAreaName());
|
||||||
return intentInfoVO;
|
return intentInfoVO;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user