|
|
@@ -149,7 +149,7 @@ public class TimeCardSummaryService {
|
|
|
ydClient.operateData(YDParam.builder()
|
|
|
.appType(whConf.getYidaAppType())
|
|
|
.systemToken(whConf.getYidaSystemToken())
|
|
|
- .formUuid(whConf.getFormUuidWorkHoursSummary())
|
|
|
+ .formUuid(whConf.getFormUuidRequiredHours())
|
|
|
.formInstanceIdList(instanceIds)
|
|
|
.build(), YDConf.FORM_OPERATION.delete_batch);
|
|
|
}
|