Commit 69b8b7ed authored by xixinzhao's avatar xixinzhao

三维校验提交

parent 1c065726
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
SELECT SELECT
sequence_nbr,submit_people,submit_time,amos_org_name,file_id,examine, sequence_nbr,submit_people,submit_time,amos_org_name,file_id,examine,
"消防设计文件" as fileName, "换流站新建工程消防设计文件" as fileName,
case examine when 0 then "未审核" when 1 then "已审核" end examineName case examine when 0 then "未审核" when 1 then "已审核" end examineName
FROM FROM
......
...@@ -40,6 +40,7 @@ public class SyncMethodServiceImpl implements SyncMethodService { ...@@ -40,6 +40,7 @@ public class SyncMethodServiceImpl implements SyncMethodService {
// 调用规则校验模型 // 调用规则校验模型
try { try {
// 没有配决策流,processIds传null即可 // 没有配决策流,processIds传null即可
Thread.sleep(1000);
String packageId = "数据填报/" + key; String packageId = "数据填报/" + key;
ruleTrigger.publish(idxProjectModel, packageId, null); ruleTrigger.publish(idxProjectModel, packageId, null);
} catch (Exception e) { } catch (Exception e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment