|
@@ -1406,7 +1406,7 @@ public class FsStoreOrderServiceImpl implements IFsStoreOrderService {
|
|
|
if (storePayment != null) {
|
|
|
if (storePayment.getStatus().equals(0)) {
|
|
|
log.info(payCode + "待支付");
|
|
|
- FsStorePayment paymentMap = new FsStorePayment();
|
|
|
+ FsStorePaymentScrm paymentMap = new FsStorePaymentScrm();
|
|
|
paymentMap.setPaymentId(storePayment.getPaymentId());
|
|
|
paymentMap.setStatus(1);
|
|
|
paymentMap.setPayTime(new Date());
|
|
@@ -1423,7 +1423,7 @@ public class FsStoreOrderServiceImpl implements IFsStoreOrderService {
|
|
|
paymentMap.setBankSerialNo(orderResult.getBankOrderId());
|
|
|
paymentMap.setBankTransactionId(orderResult.getBankTrxId());
|
|
|
}
|
|
|
- fsStorePaymentMapper.updateFsStorePayment(paymentMap);
|
|
|
+ fsStorePaymentScrmMapper.updateFsStorePayment(paymentMap);
|
|
|
log.info(payCode + "已支付");
|
|
|
order = fsStoreOrderScrmMapper.selectFsStoreOrderById(Long.parseLong(storePayment.getBusinessOrderId()));
|
|
|
}
|