nizongfeng 2 years ago
parent
commit
44ff3785e2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      application/admin/controller/unishop/Order.php

+ 1
- 1
application/admin/controller/unishop/Order.php View File

@@ -820,7 +820,7 @@ class Order extends Backend
])->delete();
return "完成";
} catch (Exception $e) {
return "";
return "失败".$e->getMessage();
}
}
}

Loading…
Cancel
Save