mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 12:05:05 +08:00
bugfix
This commit is contained in:
@@ -171,7 +171,7 @@ public class XDTController extends BaseController {
|
||||
Map<String, String> map = xdtService.queryEquipBusinessPolicy(queryStartChargeDTO);
|
||||
logger.info("新电途平台查询业务策略信息 result:{}", JSONObject.toJSONString(map));
|
||||
|
||||
return CommonResult.success(0, "查询业务策略信息!", map.get("Data"), map.get("Sig"));
|
||||
return CommonResult.success(0, "查询业务策略信息成功!", map.get("Data"), map.get("Sig"));
|
||||
} catch (Exception e) {
|
||||
logger.info("新电途平台查询业务策略信息 error:", e);
|
||||
e.printStackTrace();
|
||||
|
||||
Reference in New Issue
Block a user