Sfoglia il codice sorgente

退款工單處理

whitefang 1 anno fa
parent
commit
a4feebff25
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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();
         }
         }
     }
     }