欧阳劲驰 hai 4 días
pai
achega
ffbaa8f55b

+ 1 - 1
custom-gateway-zydma/src/main/java/com/shkpr/service/customgateway/zydma/service/impl/CustomerInfoServiceImpl.java

@@ -28,7 +28,7 @@ public class CustomerInfoServiceImpl implements CustomerInfoService {
     /**
      * log
      */
-    private static final String CLASS_NAME = "FunctionInfoServiceImpl";
+    private static final String CLASS_NAME = "CustomerInfoServiceImpl";
     private static final String BIZ_TYPE = LogFlagBusiType.ZAO_YANG_DMA.toStrValue();
 
     final

+ 4 - 4
custom-gateway-zydma/src/main/java/com/shkpr/service/customgateway/zydma/service/impl/CustomerMeterReadServiceImpl.java

@@ -28,7 +28,7 @@ public class CustomerMeterReadServiceImpl implements CustomerMeterReadService {
     /**
      * log
      */
-    private static final String CLASS_NAME = "FunctionInfoServiceImpl";
+    private static final String CLASS_NAME = "CustomerMeterReadServiceImpl";
     private static final String BIZ_TYPE = LogFlagBusiType.ZAO_YANG_DMA.toStrValue();
 
     final
@@ -50,7 +50,7 @@ public class CustomerMeterReadServiceImpl implements CustomerMeterReadService {
 
         LogPrintMgr.getInstance().printLogMsg(LogLevelFlag.LOG_INFO, BIZ_TYPE, CLASS_NAME
                 , String.format(
-                        "开始批量写入户表信息,开启批处理 数据量:%s"
+                        "开始批量写入户表数据,开启批处理 数据量:%s"
                         , dates.size()
                 )
         );
@@ -78,7 +78,7 @@ public class CustomerMeterReadServiceImpl implements CustomerMeterReadService {
                 long end = System.currentTimeMillis();
                 LogPrintMgr.getInstance().printLogMsg(LogLevelFlag.LOG_INFO, BIZ_TYPE, CLASS_NAME
                         , String.format(
-                                "结束批量写入用户表信息,提交并关闭批处理 用时(毫秒):%d"
+                                "结束批量写入用户表数据,提交并关闭批处理 用时(毫秒):%d"
                                 , (end - begin)
                         )
                 );
@@ -89,7 +89,7 @@ public class CustomerMeterReadServiceImpl implements CustomerMeterReadService {
 
                 LogPrintMgr.getInstance().printLogMsg(LogLevelFlag.LOG_ERROR, BIZ_TYPE, CLASS_NAME
                         , String.format(
-                                "批量写入户表信息,回滚操作 error:%s"
+                                "批量写入户表数据,回滚操作 error:%s"
                                 , e
                         )
                 );