From a54177d0da748e4139d82477e3c33aaa1609bcdc Mon Sep 17 00:00:00 2001 From: panshuling321 Date: Mon, 21 Feb 2022 14:01:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=B4=B9=E7=8E=87=E8=A1=A8?= =?UTF-8?q?=E5=86=99=E5=85=A5=E5=88=9B=E5=BB=BA=E4=BA=BA=E5=92=8C=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E4=BA=BA=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../charging/station/service/XhpcChargingStationServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/xhpc-modules/xhpc-charging-station/src/main/java/com/xhpc/charging/station/service/XhpcChargingStationServiceImpl.java b/xhpc-modules/xhpc-charging-station/src/main/java/com/xhpc/charging/station/service/XhpcChargingStationServiceImpl.java index 77f31b45..4158c3d5 100644 --- a/xhpc-modules/xhpc-charging-station/src/main/java/com/xhpc/charging/station/service/XhpcChargingStationServiceImpl.java +++ b/xhpc-modules/xhpc-charging-station/src/main/java/com/xhpc/charging/station/service/XhpcChargingStationServiceImpl.java @@ -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", "费率计费模型添加失败");