|
|
@@ -550,7 +550,7 @@ public class ProjectTaskController extends BaseController {
|
|
|
public AjaxResult getCompanyClock(@RequestParam String usci,Integer year,Integer month){
|
|
|
SysDept sysDept = sysDeptService.selectByusci(usci);
|
|
|
if (sysDept==null){
|
|
|
- return AjaxResult.error("公司不存在");
|
|
|
+ return AjaxResult.error("请先同步工时系统");
|
|
|
}
|
|
|
Long deptId = sysDept.getDeptId();
|
|
|
pushRdDataBo res = projectStaffRecordService.getCompanyClock(deptId,year,month);
|