智慧保安后台管理-外网项目备份
src/main/java/org/springblade/modules/zc/controller/ZcController.java
@@ -42,6 +42,7 @@
import org.springblade.modules.system.entity.User;
import org.springblade.modules.system.service.IDeptService;
import org.springblade.modules.system.service.IUserService;
import org.springblade.modules.system.service.MyAsyncService;
import org.springblade.modules.zc.entity.Zc;
import org.springblade.modules.zc.service.IZcService;
import org.springblade.modules.zc.vo.ZcVO;
@@ -70,6 +71,7 @@
   private IUserService iUserService;
   private final IDeptService deptFeignApi;
   private final MyAsyncService myAsyncService;
   /**
    * 详情
@@ -185,7 +187,8 @@
            "," + "'" + user.getHold() + "'" +
            "," + "'" + user.getExaminationType() + "'" +
            "," + "'" + user.getDispatch() + "'" + ")";
         FtpUtil.sqlFileUpload(s);
         //FtpUtil.sqlFileUpload(s);
         myAsyncService.dataSync(s);
      }
      return R.status(zcService.updateById(zc));