|
@@ -540,7 +540,6 @@ public class WorkOrderCurrentController extends BaseController {
|
|
|
.eq(BizEntrustExamine::getWorkOrderId, id)
|
|
|
.orderByDesc(BizEntrustExamine::getCreateTime).last("limit 1"));
|
|
|
if(one!= null && one.getStatus().equals(0)){
|
|
|
-
|
|
|
String name = bizCompanyService.getById(one.getCompanyId()).getName();
|
|
|
throw new RuntimeException(name+"工单正在取消委托审核中");
|
|
|
}
|