|
@@ -166,7 +166,11 @@ class refill_detailControl extends SystemControl
|
|
|
} elseif ($detail['order_state'] == ORDER_STATE_QUEUE) {
|
|
|
util::push_add_zero($params);
|
|
|
}
|
|
|
- } elseif ($type == 'anew') {
|
|
|
+
|
|
|
+ util::pop_queue_order($mchid, $mch_order);
|
|
|
+
|
|
|
+ }
|
|
|
+ elseif ($type == 'anew') {
|
|
|
//重新补充
|
|
|
Log::record("anew",Log::DEBUG);
|
|
|
util::push_add($params);
|