Browse Source

批量打卡调试

anderx 1 year ago
parent
commit
cde7dc651b

+ 1 - 1
ruoyi-system/src/main/java/com/ruoyi/project/service/impl/ProjectStaffRecordServiceImpl.java

@@ -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());