Commit 58fa48e6 authored by zhangsen's avatar zhangsen

设备相关bug修改

parent 5d383d1a
......@@ -117,6 +117,7 @@ public class JyjcInspectionApplicationServiceImpl extends BaseService<JyjcInspec
//接口通用 部分页面按钮无法分开配置类型 所以根据业务情况 将带有工作流实例id的数据 接口类型设置为2 走编辑逻辑
JyjcInspectionApplicationModel model = JSONObject.parseObject(JSON.toJSONString(obj), JyjcInspectionApplicationModel.class);
model.setEquip((List<Map<String, Object>> )obj.get("equip"));
if (CharSequenceUtil.isNotEmpty(model.getProcessInstanceId()) && model.getOperationType().equals("0")){
model.setOperationType("2");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment