|
@@ -417,7 +417,7 @@ public class LongYanRepairStrategy extends AbstractRepairBaseStrategy {
|
|
throw new DeniedException("撤回报修单不存在");
|
|
throw new DeniedException("撤回报修单不存在");
|
|
}
|
|
}
|
|
// 判断设备录入方式 默认选择录入
|
|
// 判断设备录入方式 默认选择录入
|
|
- model.setInputType(model.getInputType() == null ? 2 : model.getType());
|
|
|
|
|
|
+ model.setInputType(model.getInputType() == null ? 2 : model.getInputType());
|
|
/*if(model.getInputType() == null){
|
|
/*if(model.getInputType() == null){
|
|
throw new DeniedException("设备录入方式不能为空");
|
|
throw new DeniedException("设备录入方式不能为空");
|
|
}*/
|
|
}*/
|