From 09b75a9d425aca0c78be341b3a8ac5ef522250e9 Mon Sep 17 00:00:00 2001
From: 钟日健 <5689795+arsn@user.noreply.gitee.com>
Date: Tue, 22 Feb 2022 21:07:56 +0800
Subject: [PATCH] 新增保安员信息修改,离职,注销数据同步

---
 src/main/java/org/springblade/modules/survey/controller/SurveyController.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/org/springblade/modules/survey/controller/SurveyController.java b/src/main/java/org/springblade/modules/survey/controller/SurveyController.java
index 73ac513..03edbf3 100644
--- a/src/main/java/org/springblade/modules/survey/controller/SurveyController.java
+++ b/src/main/java/org/springblade/modules/survey/controller/SurveyController.java
@@ -188,7 +188,7 @@
 		String address= "localhost:80/"+fileName;
 		//文件新增
 		Wj wj = new Wj();
-		wj.setSid(sid);
+		wj.setSid(Integer.parseInt(sid));
 		wj.setAddress(address);
 		iWjService.insertsurvey(wj);
 		map.put("id", wj.getId());

--
Gitblit v1.9.3