mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
修改打印日志
This commit is contained in:
@@ -272,6 +272,7 @@ public class PileStationInfoController extends BaseController {
|
||||
@Log(title = "更新站点互联互通配置V2", businessType = BusinessType.UPDATE)
|
||||
@PostMapping("/updateThirdPartyStationRelationV2")
|
||||
public AjaxResult updateThirdPartyStationRelation(@RequestBody ThirdPartyStationRelationDTO dto) {
|
||||
logger.info("更新站点互联互通配置V2 param:{}", JSON.toJSONString(dto));
|
||||
AjaxResult result;
|
||||
try {
|
||||
thirdPartyStationRelationService.updateThirdPartyStationRelationV2(dto);
|
||||
|
||||
Reference in New Issue
Block a user