|
|
@ -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);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|