更新费率表写入创建人和更新人字段

This commit is contained in:
panshuling321 2022-02-21 14:01:37 +08:00
parent 00467991d5
commit a54177d0da

View File

@ -944,6 +944,7 @@ public class XhpcChargingStationServiceImpl extends BaseService implements IXhpc
xhpcRateModel.setRemark("修改");
xhpcRateModel.setCreateTime(new Date());
xhpcRateModel.setCreateBy(userName);
xhpcRateModel.setUpdateBy(userName);
int i = xhpcChargingStationMapper.insertXhpcRateModel(xhpcRateModel);
if (i == 0) {
return AjaxResult.error("1005", "费率计费模型添加失败");