mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-10 21:10:24 +08:00
update 新增日志
This commit is contained in:
@@ -147,7 +147,7 @@ public class PileController extends BaseController {
|
|||||||
*/
|
*/
|
||||||
@PostMapping("/remoteGroundLock")
|
@PostMapping("/remoteGroundLock")
|
||||||
public RestApiResponse<?> remoteGroundLock(HttpServletRequest request, @RequestBody RemoteGroundLockDTO dto) {
|
public RestApiResponse<?> remoteGroundLock(HttpServletRequest request, @RequestBody RemoteGroundLockDTO dto) {
|
||||||
logger.info("遥控地锁指令 params:{}", JSONObject.toJSONString(dto));
|
// logger.info("遥控地锁指令 params:{}", JSONObject.toJSONString(dto));
|
||||||
RestApiResponse<?> response = null;
|
RestApiResponse<?> response = null;
|
||||||
try {
|
try {
|
||||||
// 校验参数
|
// 校验参数
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
package com.jsowell.pile.service.impl;
|
package com.jsowell.pile.service.impl;
|
||||||
|
|
||||||
|
import com.alibaba.fastjson2.JSON;
|
||||||
import com.github.pagehelper.PageInfo;
|
import com.github.pagehelper.PageInfo;
|
||||||
import com.google.common.collect.Maps;
|
import com.google.common.collect.Maps;
|
||||||
import com.jsowell.adapay.service.AdapayService;
|
import com.jsowell.adapay.service.AdapayService;
|
||||||
@@ -385,6 +386,7 @@ public class OrderPileOccupyServiceImpl implements OrderPileOccupyService {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void remoteGroundLock(RemoteGroundLockDTO dto) {
|
public void remoteGroundLock(RemoteGroundLockDTO dto) {
|
||||||
|
log.info("控制地锁升降并生成占桩订单 params:{}", JSON.toJSONString(dto));
|
||||||
// 控制地锁升降
|
// 控制地锁升降
|
||||||
RemoteControlGroundLockCommand command = new RemoteControlGroundLockCommand();
|
RemoteControlGroundLockCommand command = new RemoteControlGroundLockCommand();
|
||||||
command.setPileSn(dto.getPileSn());
|
command.setPileSn(dto.getPileSn());
|
||||||
|
|||||||
Reference in New Issue
Block a user