|
|
@@ -539,7 +539,7 @@ public class ProjectStaffRecordServiceImpl implements ProjectStaffRecordService
|
|
|
ProjectStaffRecord use = projectStaffRecordMapper.selectByPrimaryKey(id);
|
|
|
if (processStatus==2||processStatus==3){
|
|
|
if (use.getProcessStatus()!=1){
|
|
|
- AjaxResult.error("项目流程无需审核!");
|
|
|
+ AjaxResult.error("项目打卡无需审核!");
|
|
|
}
|
|
|
if(processStatus==2){
|
|
|
sysUserMapper.userAddDuration(use.getAid(),use.getDuration());
|