wzy 10 meses atrás
pai
commit
8c2b8b2469

+ 2 - 0
mjava-mc/src/main/java/com/malk/mc/service/impl/McYdServiceImpl.java

@@ -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++;