更新费率表写入创建人和更新人字段
This commit is contained in:
parent
00467991d5
commit
a54177d0da
@ -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", "费率计费模型添加失败");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user