失败订单修改

This commit is contained in:
wanyongkang
2020-10-19 14:19:35 +08:00
parent a2b249bece
commit 18f7cc38ea

View File

@@ -5,7 +5,7 @@
* @Author: kangkang * @Author: kangkang
* @Date: 2020-10-13 19:52:37 * @Date: 2020-10-13 19:52:37
* @LastEditors: kangkang * @LastEditors: kangkang
* @LastEditTime: 2020-10-16 17:21:58 * @LastEditTime: 2020-10-16 19:10:51
*/ */
/* /*
* @Descripttion: * @Descripttion:
@@ -46,7 +46,7 @@ class Failed extends Controller
'Code' => 10000, 'Code' => 10000,
'Data' => $list, 'Data' => $list,
'Message' => '', 'Message' => '',
'TotalCount' => (int)$productOrder->getCount(['Remark'=>['like','%失败%']]), 'TotalCount' => (int)$productOrder->getCount(['Remark'=>['like','%失败%']])['count'],
]; ];
echo json_encode($data); echo json_encode($data);
} }