mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update
This commit is contained in:
@@ -173,12 +173,23 @@ public class SpringBootTestController {
|
||||
@Autowired
|
||||
private AMapService aMapService;
|
||||
|
||||
@Autowired
|
||||
private IPileConnectorInfoService pileConnectorInfoService;
|
||||
|
||||
@Autowired
|
||||
private TransactionRecordsRequestHandler transactionRecordsRequestHandler;
|
||||
|
||||
@Autowired
|
||||
private IMemberBasicInfoService memberBasicInfoService;
|
||||
|
||||
|
||||
@Test
|
||||
public void testUpdateConnectorStatus() {
|
||||
String pileConnectorCode = "8800000000000101";
|
||||
String status = PileConnectorStatusEnum.FREE.getValue();
|
||||
pileConnectorInfoService.updateConnectorStatus(pileConnectorCode, status);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testOrder() throws Exception {
|
||||
// 通过vin码查询数据库绑定用户信息
|
||||
|
||||
Reference in New Issue
Block a user