From e050a2ab2fa176ebd0d2461681a41df34838c028 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 07 六月 2023 11:11:17 +0800
Subject: [PATCH] add comment

---
 java110-service/src/main/java/com/java110/service/smo/impl/CmdServiceSMOImpl.java |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/java110-service/src/main/java/com/java110/service/smo/impl/CmdServiceSMOImpl.java b/java110-service/src/main/java/com/java110/service/smo/impl/CmdServiceSMOImpl.java
index 1053db9..44f5743 100644
--- a/java110-service/src/main/java/com/java110/service/smo/impl/CmdServiceSMOImpl.java
+++ b/java110-service/src/main/java/com/java110/service/smo/impl/CmdServiceSMOImpl.java
@@ -53,7 +53,7 @@
 
 
     /**
-     * 鏈嶅姟璋冨害
+     * cmd 鏈嶅姟璋冨害
      *
      * @param reqJson 璇锋眰鎶ユ枃json
      * @param headers
@@ -70,11 +70,11 @@
 
         ResponseEntity<String> responseEntity = null;
 
-        //1.0 鍒涘缓鏁版嵁娴� appId serviceCode
+        //todo 1.0 鍒涘缓鏁版嵁娴� appId serviceCode
         cmdDataFlowContext = DataFlowFactory.newInstance(CmdDataFlow.class).builder(reqJson, headers);
 
 
-        //6.0 璋冪敤涓嬫父绯荤粺
+        //todo 2.0 璋冪敤涓嬫父绯荤粺
         invokeBusinessSystem(cmdDataFlowContext);
 
         responseEntity = cmdDataFlowContext.getResponseEntity();
@@ -89,12 +89,13 @@
 
 
     /**
-     * 6.0 璋冪敤涓嬫父绯荤粺
+     * 2.0 璋冪敤涓嬫父绯荤粺
      *
      * @param cmdDataFlowContext
      * @throws BusinessException
      */
     private void invokeBusinessSystem(ICmdDataFlowContext cmdDataFlowContext) throws Exception {
+        //todo 鍙戝竷 cmd 浜嬩欢
         ServiceCmdEventPublishing.multicastEvent(cmdDataFlowContext);
     }
 

--
Gitblit v1.8.0