update 电单车

This commit is contained in:
Guoqs
2024-09-23 11:41:19 +08:00
parent 9f9bb44e74
commit 16630437fb
11 changed files with 72 additions and 14 deletions

View File

@@ -172,7 +172,7 @@ public class OrderService {
* @param dto
* @return
*/
public String generateOrderV2(GenerateOrderDTO dto) throws ParseException {
public String generateOrderV2(GenerateOrderDTO dto) throws Exception {
String delayMode = null;
if (StringUtils.equals(dto.getRequestSource(), AdapayPayChannelEnum.WX_LITE.getValue())) {
delayMode = pileMerchantInfoService.getDelayModeByWechatAppId(dto.getAppId());

View File

@@ -2264,7 +2264,7 @@ public class SpringBootTestController {
@Test
public void testGetPileTypeNum() {
Long stationId = 1L;
Long stationId = 201L;
pileConnectorInfoService.getPileTypeNum(stationId);
}