mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 04:25:21 +08:00
update 修改对接第三方平台的枪口状态
This commit is contained in:
@@ -83,12 +83,12 @@ public class PileConnectorInfoController extends BaseController {
|
||||
@PostMapping("/getConnectorInfoListByParams")
|
||||
public TableDataInfo getConnectorInfoListByParams(@RequestBody QueryConnectorListDTO dto) {
|
||||
logger.info("查询接口列表 param:{}", JSON.toJSONString(dto));
|
||||
try {
|
||||
// 修改对接第三方平台的枪口状态
|
||||
selectThirdPartyConnectorStatus(dto);
|
||||
} catch (Exception e) {
|
||||
logger.error("修改对接第三方平台的枪口状态 error");
|
||||
}
|
||||
// try {
|
||||
// // 修改对接第三方平台的枪口状态
|
||||
// selectThirdPartyConnectorStatus(dto);
|
||||
// } catch (Exception e) {
|
||||
// logger.error("修改对接第三方平台的枪口状态 error");
|
||||
// }
|
||||
List<PileConnectorInfoVO> list = pileConnectorInfoService.getConnectorInfoListByParams(dto);
|
||||
logger.info("查询接口列表 result:{}", JSON.toJSONString(list));
|
||||
return getDataTable(list);
|
||||
|
||||
Reference in New Issue
Block a user