mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
update
This commit is contained in:
@@ -6,6 +6,7 @@ import com.jsowell.common.core.controller.BaseController;
|
||||
import com.jsowell.common.core.domain.AjaxResult;
|
||||
import com.jsowell.common.core.page.TableDataInfo;
|
||||
import com.jsowell.common.enums.BusinessType;
|
||||
import com.jsowell.common.enums.DelFlagEnum;
|
||||
import com.jsowell.common.enums.ykc.ReturnCodeEnum;
|
||||
import com.jsowell.common.exception.BusinessException;
|
||||
import com.jsowell.common.response.RestApiResponse;
|
||||
@@ -260,7 +261,7 @@ public class PileStationInfoController extends BaseController {
|
||||
// 删除对应配置信息
|
||||
ThirdPartyStationRelation relation = new ThirdPartyStationRelation();
|
||||
relation.setStationId(dto.getStationId());
|
||||
relation.setDelFlag("1");
|
||||
relation.setDelFlag(DelFlagEnum.DELETE.getValue());
|
||||
thirdPartyStationRelationService.updateThirdPartyStationRelation(relation);
|
||||
}
|
||||
logger.info("推送联联平台充电站信息 result:{}", response);
|
||||
|
||||
Reference in New Issue
Block a user