Commit 789816d4 authored by 廖旭伟's avatar 廖旭伟

考勤人员花名册接口功能调整

parent 829cc3c9
......@@ -96,9 +96,9 @@ public class StaffController extends BaseCRUDJsonBodyMappingController<StaffServ
@Override
protected int doListAfter(StaffEntity query, Map<String, Object> model, Context context) throws AppException {
//todo 员工信息统计--员工关系统计
// StaffInfoVo staffInfoVo = this.service.queryAll(context);
// staffInfoVo.setRefreshDate(new Date());
// model.put("staff", staffInfoVo);
StaffInfoVo staffInfoVo = new StaffInfoVo();
staffInfoVo.setRefreshDate(new Date());
model.put("staff", staffInfoVo);
return super.doListAfter(query, model, context);
}
......
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