Kaynağa Gözat

退款工單處理

whitefang 1 yıl önce
ebeveyn
işleme
a4feebff25
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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->work_status = 9;
             $work->save();
         }
     }