1
0
Эх сурвалжийг харах

Merge remote-tracking branch 'origin/master'

whitefang 1 жил өмнө
parent
commit
83ee02d6ff

+ 1 - 1
app/adminapi/logic/works/ServiceWorkLogic.php

@@ -264,7 +264,7 @@ class ServiceWorkLogic extends BaseLogic
             if($work->isEmpty()){
                 throw new Exception('工单不存在');
             }
-            if($work->work_status <6 ){
+            if($work->work_status >=6 ){
                 throw new \Exception('工单状态只能修改待结算之前的');
             }
             if($work->master_worker_id == $params['master_worker_id']){