瀏覽代碼

退款工單處理

whitefang 1 年之前
父節點
當前提交
a4feebff25
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/common/command/QueryRefund.php

+ 1 - 0
app/common/command/QueryRefund.php

@@ -222,6 +222,7 @@ class QueryRefund extends Command
                 }
                 }
             }
             }
             $work->service_status = 5;
             $work->service_status = 5;
+            $work->work_status = 9;
             $work->save();
             $work->save();
         }
         }
     }
     }