master
luoyang 5 years ago
parent dd015ef457
commit ac7a0c66a0

@ -9,7 +9,7 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>manage</artifactId> <artifactId>manage</artifactId>
<version>2.2.23</version> <version>2.2.24</version>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jib-maven-plugin.version>1.8.0</jib-maven-plugin.version> <jib-maven-plugin.version>1.8.0</jib-maven-plugin.version>

@ -501,8 +501,8 @@ public class BDPrizeServiceImpl implements BDPrizeService {
@Override @Override
public void updateBdKpiConfig(List<JSONObject> configs, JSONObject manager) throws ParseException { public void updateBdKpiConfig(List<JSONObject> configs, JSONObject manager) throws ParseException {
for (JSONObject config : configs){ for (JSONObject config : configs){
config.put("LAST_UPDATE_DATE", new Date()); config.put("last_update_date", new Date());
config.put("LAST_UPDATE_BY", manager.getString("display_name")); config.put("last_update_by", manager.getString("display_name"));
financialBDConfigMapper.updateBDConfig(config); financialBDConfigMapper.updateBDConfig(config);
} }
} }

Loading…
Cancel
Save