main^2
黄海 11 months ago
parent 54253769eb
commit 80b25d54dc

@ -130,10 +130,18 @@ public class AsyncTaskService {
/**
t_equipment_charge_order
pay_status 0 1 2 3
*/
if ("2".equals(hangUpOrderList.getPayStatus().toString())) {
log.info("completeUnReportOrder补单失败订单号:{},已经支付", hangUpOrderList.getOrderNo());
//-- 挂起
//select state,pay_status from t_equipment_charge_order where order_no='2023122813120212560'
/**
state,pay_status
5 2
state : 0 1 2 3 4 5 6 7
pay_status : 0 1 2 3
*/
//记录日志 : t_equipment_charge_order_track
//order_no:订单号
//user_id:用户ID

Loading…
Cancel
Save