Commit cdcc950d by leialin

Merge branch 'lal' into 'develop'

提交

See merge request 8timerv2/8timerapiv200!350
parents 80a0231c fd510ccf
......@@ -887,7 +887,7 @@ public class CrmController {
public Result<List<CrmClientFollow>> getCilentFollow(@CurrentUser UserBean userBean, @RequestParam Integer cid) {
Integer orgCode = getOrgCode(userBean);
return ResultUtil.data(CrmClientFollow.builder().build().selectList(new QueryWrapper<CrmClientFollow>().lambda()
.eq(CrmClientFollow::getOrgCode, orgCode).eq(CrmClientFollow::getCid, cid)), "获取成功");
.eq(CrmClientFollow::getOrgCode, orgCode).eq(CrmClientFollow::getCid, cid).orderByDesc(CrmClientFollow::getId)), "获取成功");
}
// 根据组id和员工号查询组管理员
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment