mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update
This commit is contained in:
@@ -127,7 +127,6 @@ public class OrderService {
|
||||
@Value("${adapay.callback}")
|
||||
private String ADAPAY_CALLBACK_URL;
|
||||
|
||||
|
||||
@Autowired
|
||||
private IAdapayMemberAccountService adapayMemberAccountService;
|
||||
|
||||
@@ -138,16 +137,6 @@ public class OrderService {
|
||||
* @return
|
||||
*/
|
||||
public String generateOrder(GenerateOrderDTO dto) throws ParseException {
|
||||
// log.info("generateOrder param:{}", JSONObject.toJSONString(dto));
|
||||
// // 处理前端传的参数
|
||||
// analysisPileParameter(dto);
|
||||
//
|
||||
// // 校验充电桩相关的信息
|
||||
// checkPileInfo(dto);
|
||||
//
|
||||
// // 保存订单到数据库 saveOrder2Database
|
||||
// String orderCode = saveOrder2Database(dto);
|
||||
|
||||
OrderBasicInfo basicInfo = orderBasicInfoService.generateOrder(dto);
|
||||
if (basicInfo != null) {
|
||||
return basicInfo.getOrderCode();
|
||||
|
||||
Reference in New Issue
Block a user