去除购物车打印数据
This commit is contained in:
parent
63faac8c42
commit
2459a251c2
@ -86,11 +86,6 @@ class UserPatientController extends AbstractController
|
||||
*/
|
||||
public function putShoppingCart(): ResponseInterface
|
||||
{
|
||||
if (!in_array("1", [2, 3, 4, 5])) {
|
||||
// 问诊订单状态(1:待支付 2:待分配 3:待接诊 4:已接诊 5:已完成 6:已结束 7:已取消)
|
||||
dump(111);
|
||||
}
|
||||
die;
|
||||
$request = $this->container->get(UserPatientRequest::class);
|
||||
$request->scene('putShoppingCart')->validateResolved();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user