优化
This commit is contained in:
@@ -184,6 +184,10 @@ public class WorkOrderServiceImpl implements WorkOrdereService {
|
||||
if(jo==null){
|
||||
throw new BadRequestException("该记录不存在!");
|
||||
}
|
||||
String status = jo.getString("status");
|
||||
if(!"10".equals(status)){
|
||||
continue;
|
||||
}
|
||||
JSONObject param = new JSONObject();
|
||||
param.put("workorder_id", String.valueOf(workorder_id));
|
||||
param.put("is_delete", "1");
|
||||
|
||||
Reference in New Issue
Block a user