mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-19 18:45:03 +08:00
打印日志
This commit is contained in:
@@ -60,6 +60,7 @@ public class ThirdPartyStationRelation extends BaseEntity {
|
||||
.append("id", getId())
|
||||
.append("stationId", getStationId())
|
||||
.append("thirdPartyType", getThirdPartyType())
|
||||
.append("equipmentOwnerId", getEquipmentOwnerId())
|
||||
.append("createTime", getCreateTime())
|
||||
.append("createBy", getCreateBy())
|
||||
.append("updateTime", getUpdateTime())
|
||||
|
||||
@@ -192,6 +192,7 @@ public class ThirdPartyStationRelationServiceImpl implements ThirdPartyStationRe
|
||||
thirdPartyStationRelation.setThirdPartyType(dto.getThirdPartyType());
|
||||
thirdPartyStationRelation.setUpdateTime(DateUtils.getNowDate());
|
||||
thirdPartyStationRelation.setUpdateBy(SecurityUtils.getUsername());
|
||||
log.info("更新thirdPartyStationRelation:{}", thirdPartyStationRelation);
|
||||
thirdPartyStationRelationMapper.updateThirdPartyStationRelation(thirdPartyStationRelation);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user