|
@@ -517,6 +517,7 @@ public class ChuanyunProjectScheduledTask {
|
|
|
chuanyunSelfWorkHourDTO.setDayLogDate(self.getDayLogDate());
|
|
|
chuanyunSelfWorkHourDTO.setProjectType(self.getProjectType());
|
|
|
chuanyunSelfWorkHourDTO.setStatus(self.getStatus());
|
|
|
+ chuanyunSelfWorkHourDTO.setDepartmentId(chuanyunUserCompanyDO.getDepartmentId());
|
|
|
chuanyunSelfWorkHourDTO.setStandardWorkHour(chuanyunSelfWorkHourDO.getStandardWorkHour());
|
|
|
List<String> matchers = new ArrayList<>();
|
|
|
matchers.add("F0000001_2,"+self.getProjectId());
|
|
@@ -839,5 +840,11 @@ class ChuanyunSelfWorkHourDTO {
|
|
|
|
|
|
@JsonProperty("F0000004")
|
|
|
private BigDecimal standardWorkHour;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 部门Id
|
|
|
+ */
|
|
|
+ @JsonProperty("F0000007")
|
|
|
+ private String departmentId;
|
|
|
}
|
|
|
|