输入框(数字) 导出 转换Bug

This commit is contained in:
lixuetao
2022-03-31 02:58:10 +08:00
parent 1cdd8e06b8
commit 2660c092da
3 changed files with 3 additions and 2 deletions
@@ -899,7 +899,7 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl<BussDocumentLi
value = sdf.format(dataList.get(0).get(dbFieldName));
}
} else {
value = (String) dataList.get(0).get(dbFieldName);
value = String.valueOf(dataList.get(0).get(dbFieldName));
}
Map<String, Object> map = new HashMap<>();
//处理文件
@@ -143,7 +143,7 @@ spring:
# password: 123456
# driver-class-name: com.mysql.cj.jdbc.Driver
# url: jdbc:mysql://121.36.69.172:3307/laws_weilai?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai&useSSL=false
url: jdbc:mysql://121.36.69.172:3307/laws_weilai?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
url: jdbc:mysql://121.36.69.172:3307/laws_weilai_zhn?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: root
password: hzwlsoft.com
driver-class-name: com.mysql.cj.jdbc.Driver
+1
View File
@@ -55,6 +55,7 @@
<module>jero-boot-single-startup</module>
<module>jero-boot-modules</module>
<module>jreo-boot-split</module>
<module>jero-boot-center</module>
</modules>
<distributionManagement>