包头bug修复
This commit is contained in:
parent
760cd57881
commit
06cb1c6bdf
@ -105,8 +105,8 @@ public class PromotionalVideoServiceImpl extends ServiceImpl<PromotionalVideoMap
|
||||
public void addFromFlow(Map<String, Object> map) {
|
||||
PromotionalVideo e = new PromotionalVideo();
|
||||
e.setVideoName(FlowUtil.getString(map,"videoName"));
|
||||
e.setAttachmentUrl(FlowUtil.getString(map,"attachmentUrl"));
|
||||
e.setAttachmentFileName(FlowUtil.getString(map,"attachmentFileName"));
|
||||
e.setAttachmentUrl(FlowUtil.getFileUrl(map,"attachmentUrl"));
|
||||
e.setAttachmentFileName(FlowUtil.getFileUrl(map,"attachmentFileName"));
|
||||
e.setIsPin(FlowUtil.getPullDownInteger(map,"isPin"));
|
||||
e.setProjectSn(FlowUtil.getString(map,"projectSn"));
|
||||
baseMapper.insert(e);
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
http.port=28887
|
||||
spring.datasource.db1.jdbc-url=jdbc:mysql://192.168.34.221:3306/wisdomsite_baotou?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&useSSL=false&rewriteBatchedStatements=true
|
||||
spring.datasource.db1.jdbc-url=jdbc:mysql://192.168.34.221:3306/wisdomsite_baotou_prod?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&useSSL=false&rewriteBatchedStatements=true
|
||||
spring.datasource.db1.driver-class-name=com.mysql.jdbc.Driver
|
||||
spring.datasource.db1.username=ENC(XR4C/hvTYCUqudS49Wh/jA==)
|
||||
spring.datasource.db1.password=ENC(LsKaVL2ycDu+uUNoPndYLA==)
|
||||
|
||||
@ -194,7 +194,7 @@ spring.mail.properties.mail.smtp.ssl.enable=true
|
||||
spring.mail.properties.mail.smtp.socketFactory.port=465
|
||||
spring.mail.properties.mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
|
||||
#工作流数据库
|
||||
spring.datasource.db2.jdbc-url=jdbc:mysql://192.168.34.221:3306/wflow_pro?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&useSSL=false&serverTimezone=GMT%2B8
|
||||
spring.datasource.db2.jdbc-url=jdbc:mysql://192.168.34.221:3306/wflow_pro_baotou_prod?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&useSSL=false&serverTimezone=GMT%2B8
|
||||
spring.datasource.db2.driver-class-name=com.mysql.jdbc.Driver
|
||||
spring.datasource.db2.username=root
|
||||
spring.datasource.db2.password=root
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user