mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update 修改站点运营商时将此站点下所有桩的运营商也进行修改
This commit is contained in:
@@ -10,6 +10,7 @@ import com.jsowell.pile.vo.uniapp.PersonalPileInfoVO;
|
||||
import com.jsowell.pile.vo.uniapp.PileConnectorDetailVO;
|
||||
import com.jsowell.pile.vo.web.IndexGeneralSituationVO;
|
||||
import com.jsowell.pile.vo.web.PileDetailVO;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@@ -164,4 +165,10 @@ public interface IPileBasicInfoService {
|
||||
List<PileBasicInfo> getPileListByStationId(String stationId);
|
||||
|
||||
List<PileInfoVO> queryPileDetailList(List<String> stationIdList);
|
||||
|
||||
/**
|
||||
* 批量修改充电桩运营商
|
||||
* @param oldMerchantId
|
||||
*/
|
||||
void updatePileMerchantBatch(String oldMerchantId, String newMerchantId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user