Commit 30e6c337 authored by 竹天卫's avatar 竹天卫

非标产值进入总产值 判断修改

parent 38ca5949
...@@ -645,7 +645,7 @@ public class PrecipriceServiceImpl extends ServiceImpl<PrecipriceMapper, Precipr ...@@ -645,7 +645,7 @@ public class PrecipriceServiceImpl extends ServiceImpl<PrecipriceMapper, Precipr
}); });
//找到非标产值里面的数据 //找到非标产值里面的数据
nonStandardValues.forEach(opt -> { nonStandardValues.forEach(opt -> {
if (arg.equals(opt.getUserId())) { if (arg.equals(opt.getUserId().toString())) {
productionVo.setNonProductionValue(opt.getFinalValue()); productionVo.setNonProductionValue(opt.getFinalValue());
} }
}); });
......
...@@ -7,7 +7,7 @@ spring: ...@@ -7,7 +7,7 @@ spring:
profiles: profiles:
active: dev active: dev
datasource: datasource:
# 192.168.110.85 admin!@#123 sinoma_zhengshiData sinoma_tmp # 192.168.110.85 admin!@#123 sinoma_tcdri sinoma_zhengshiData sinoma_tmp
url: jdbc:mysql://192.168.110.85:3306/sinoma_zhengshiData?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false url: jdbc:mysql://192.168.110.85:3306/sinoma_zhengshiData?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false
username: root username: root
password: admin!@#123 password: admin!@#123
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment