فهرست منبع

Merge branch 'test'

yangzian 3 سال پیش
والد
کامیت
e184342cc3

+ 2 - 2
jeecg-boot-bytedance/src/main/java/org/jeecg/modules/bytedance/advertise/service/impl/MonitorBytedanceServiceImpl.java

@@ -83,7 +83,7 @@ public class MonitorBytedanceServiceImpl implements IMonitorBytedanceService {
         bytedanceOperationLog.setCreateTime(new Date());
         bytedanceOperationLogMapper.insert(bytedanceOperationLog);
 
-        return Result.successMsg("成功",null);
+        return Result.successMsg("成功",null);
     }
 
 
@@ -108,7 +108,7 @@ public class MonitorBytedanceServiceImpl implements IMonitorBytedanceService {
         bytedanceOperationLog.setCreateById(monitorBytedanceAdVo.getCreateUserId());
         bytedanceOperationLog.setCreateTime(new Date());
         bytedanceOperationLogMapper.insert(bytedanceOperationLog);
-        return Result.successMsg("修改成功", null);
+        return Result.successMsg("修改成功", null);
     }
 
     /**