Sfoglia il codice sorgente

1.更新日工时统计

WoNiu 4 anni fa
parent
commit
1118c7373e

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

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