|
@@ -601,6 +601,7 @@ public class ChuanyunProjectScheduledTask {
|
|
|
chuanyunMemberMonthCostDTO.setMonthWorkHour(monthHour.getStandardWorkHour());
|
|
|
chuanyunMemberMonthCostDTO.setDayLogDate(projectMonth.getDayLogDate().withDayOfMonth(1));
|
|
|
chuanyunMemberMonthCostDTO.setWorkHour(projectMonth.getStandardWorkHour());
|
|
|
+ chuanyunMemberMonthCostDTO.setDepartmentId(chuanyunUserCompanyDO.getDepartmentId());
|
|
|
try {
|
|
|
List<String> matchers = new ArrayList<>();
|
|
|
matchers.add("F0000003_2,"+projectMonth.getProjectId());
|
|
@@ -682,6 +683,12 @@ class ChuanyunMemberMonthCostDTO{
|
|
|
*/
|
|
|
@JsonProperty("F0000007")
|
|
|
private BigDecimal monthWorkHour;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 部门Id
|
|
|
+ */
|
|
|
+ @JsonProperty("F0000010")
|
|
|
+ private String departmentId;
|
|
|
}
|
|
|
|
|
|
@Data
|