mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
优化批量获取桩状态
This commit is contained in:
@@ -267,6 +267,24 @@ public class SpringBootTestController {
|
||||
@Autowired
|
||||
private CarCouponRecordService carCouponRecordService;
|
||||
|
||||
@Test
|
||||
public void selectPileConnectorInfoListByPileSnListTest() {
|
||||
List<String> pileSnList = Lists.newArrayList();
|
||||
pileSnList.add("");
|
||||
pileSnList.add("");
|
||||
pileSnList.add("");
|
||||
pileSnList.add("");
|
||||
pileSnList.add("");
|
||||
pileSnList.add("");
|
||||
pileSnList.add("");
|
||||
pileSnList.add("");
|
||||
pileSnList.add("");
|
||||
pileSnList.add("");
|
||||
// pileConnectorInfoService.getPileStatus(pileSnList);
|
||||
|
||||
pileConnectorInfoService.getPileStatusV2(pileSnList);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void getEBikePileSnTest() {
|
||||
List<String> strings = pileSnGenerateService.generateEBikeSN(8);
|
||||
|
||||
Reference in New Issue
Block a user