|
@@ -183,7 +183,7 @@ public class OrderAction implements IMINAction{
|
|
|
}
|
|
|
//解密售货机编号
|
|
|
String equNoNew = OffSetUtil.deScanCode(equNo);
|
|
|
- String orderId = Service.lookup(IOrderService.class).createOrderInf(equNoNew, proType, proState, payType, "", detData, session);
|
|
|
+ String orderId = Service.lookup(IOrderService.class).createOrderInf(equNoNew, proType, proState, payType, "", detData, session, null);
|
|
|
//调用支付流水生产接口
|
|
|
if(!CommonUtil.isEmpty(orderId)){
|
|
|
String totalAmt = PaymentAction.addPaymentInfo(orderId, session);
|