|
@@ -63,6 +63,8 @@ public class McYdServiceImpl implements McYdService {
|
|
|
.formUuid(formUuid)
|
|
|
.useLatestFormSchemaVersion(true)
|
|
|
.updateFormDataJson("{}")
|
|
|
+ .noExecuteExpression(false)
|
|
|
+ .asynchronousExecution(false)
|
|
|
.build(),YDConf.FORM_OPERATION.multi_update);
|
|
|
|
|
|
i++;
|