@@ -928,7 +928,7 @@ public class HlwPaymentServiceImpl extends ServiceImpl<HlwPaymentMapper, HlwPaym
}
//更新付款单信息
- //支付中
+ //已支付
hlwPayment.setPaymentTime(new Date());
hlwPayment.setStatus(HlwConstant.PAYMENT_STATUS_PAY_OK);
updateById(hlwPayment);