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