意向加盟阶段 结束跟进
This commit is contained in:
@@ -88,4 +88,8 @@ public class LineInfoDAO {
|
||||
List<LineInfoDO> lineInfo = lineInfoMapper.lineList(lineListRequest,userId,wantShopAreaIds);
|
||||
return lineInfo;
|
||||
}
|
||||
|
||||
public void insertOrUpdate(LineInfoDO lineInfoParam){
|
||||
lineInfoMapper.insertOrUpdate(lineInfoParam);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user