去掉客户维护页面接口的错误提示
This commit is contained in:
@@ -16,6 +16,7 @@ class SellInfo extends Controller
|
||||
*/
|
||||
public function getOne()
|
||||
{
|
||||
ini_set('display_errors', 'Off');
|
||||
$user_model = new User;
|
||||
$manager_model = new Manager;
|
||||
$product_order_model = new ProductOrder;
|
||||
|
||||
Reference in New Issue
Block a user