Commit e4897a71 by wenyang Committed by akexiu

赢家平台-团队成员活动量得分倒序排序【1:天;2:周;3:月(不传默认2:周)】

parent 3b5499b9
......@@ -294,7 +294,7 @@ public class ScheduleTrackServiceImpl implements ScheduleTrackService {
List<AclCustomer> findByObjSortable = aclPractitionerDALService.getAclCustomers(practitionerId,null);
if(null == findByObjSortable ){
resp.setCommonResult(new CommonResult(false,ZHBErrorConfig.getErrorInfo("630028")));
// return resp;
return resp;
}
// 获取本月第一天
Calendar cal = Calendar.getInstance();
......
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