Преглед изворни кода

每月月初发起风控绩效流程

fyz пре 11 месеци
родитељ
комит
f29f21e6ba

+ 1 - 1
mjava-lanyun/src/main/java/com/malk/lanyun/service/impl/TimerServiceImpl.java

@@ -291,7 +291,7 @@ public class TimerServiceImpl implements TimerService {
             /*关联表单控件*/
             JSONArray jsonArray = new JSONArray();
             Map<String, Object> jsonMap = UtilMap.map("appType, formUuid, formType, instanceId, title",
-                    "APP_ERBDTFS82HOVBPL3NFH0","FORM-61BB66CD45D44ACA9DAAC23CB8147A18AZQS","receipt",e.get("instanceId"),e.get("textField_ls2upvtq"));
+                    "APP_ERBDTFS82HOVBPL3NFH0","FORM-0536AD7797894C94BCAC4BAC0BBBE86BUQE1","receipt",e.get("instanceId"),e.get("textField_ls2upvtq"));
             JSONObject jsonObject = new JSONObject(jsonMap);
             jsonArray.add(jsonObject);
             /*发起流程*/