失败订单修改

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