|
|
@@ -410,11 +410,13 @@ class ShopController extends BaseController {
|
|
|
->andWhere(['not', ['NOTE' => null]])
|
|
|
->asArray()
|
|
|
->all();
|
|
|
-
|
|
|
+ LoggerTool::debug(['actionReQueryPayment', $orderList]);
|
|
|
if (!$orderList) {
|
|
|
return static::notice('no record');
|
|
|
}
|
|
|
|
|
|
+ return static::notice('e-1');
|
|
|
+
|
|
|
foreach ($orderList as $order) {
|
|
|
$message = '';
|
|
|
// 支付参数记录在NOTE字段中,如没有此数据,则不能进行查询
|