|
@@ -507,6 +507,12 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
|
scenePlusService.updateById(scenePlus);
|
|
|
scenePlusExtService.updateById(scenePlusExt);
|
|
|
|
|
|
+ //推送场景码以及案件号到案件系统
|
|
|
+ Map<String, String> params = new HashMap<>();
|
|
|
+ params.put("num", sceneCode);
|
|
|
+ params.put("kNo",scenePlus.getKNo());
|
|
|
+ mqProducer.sendByWorkQueue("queue-aj-add-scene", params);
|
|
|
+
|
|
|
|
|
|
//国际环境需要发邮件通知
|
|
|
if("eur".equals(env)){
|