浏览代码

1.更新日工时统计

WoNiu 4 年之前
父节点
当前提交
1118c7373e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/java/com/galaxis/manatee/task/WorkHourStatistics.java

+ 1 - 0
src/main/java/com/galaxis/manatee/task/WorkHourStatistics.java

@@ -308,6 +308,7 @@ public class WorkHourStatistics {
                             chuanyunSelfWorkHourDTO.setBg(chuanyunUserCompanyDO.getBg());
                             chuanyunSelfWorkHourDTO.setBg(chuanyunUserCompanyDO.getBg());
                         }else{
                         }else{
                             chuanyunSelfWorkHourDTO.setUserName(chuanyunSelfWorkHourDTO.getUserId());
                             chuanyunSelfWorkHourDTO.setUserName(chuanyunSelfWorkHourDTO.getUserId());
+                            chuanyunSelfWorkHourDTO.setBg("IBG");
                         }
                         }
                         chuanyunSelfWorkHourDTO.setDepartmentName(chuanyunSelfWorkHourDO.getDepartmentName());
                         chuanyunSelfWorkHourDTO.setDepartmentName(chuanyunSelfWorkHourDO.getDepartmentName());
                         List<String> matchers = new ArrayList<>();
                         List<String> matchers = new ArrayList<>();