@@ -337,7 +337,8 @@ class My extends Core
$info = Dever::db('agent/order')->find($where);
- if ($info['status'] == 5) {
+ //if ($info['status'] == 5) {
+ if ($info['status']) {
$update = array();
$update['name'] = Dever::input('name');
if (!$update['name']) {