Commit 42426b2d authored by 刘林's avatar 刘林

fix(jg):超设计使用年限bug修改

parent 7229c59b
......@@ -452,14 +452,6 @@ public class JgOverDesignServiceLifeServiceImpl extends BaseService<JgOverDesign
jsonObject.remove("otherAccessories");
jsonObject.remove("instanceStatus");
setEquListCode2Json(data, jsonObject);
// 非单位办理
if (!"unit".equals(manageType)) {
LambdaQueryWrapper<JgOverDesignServiceLifeEq> lambda1 = new QueryWrapper<JgOverDesignServiceLifeEq>().lambda();
lambda1.eq(JgOverDesignServiceLifeEq::getOverDesignId, String.valueOf(data.getSequenceNbr()));
lambda1.eq(JgOverDesignServiceLifeEq::getIsDelete, false);
JgOverDesignServiceLifeEq jgOverDesignServiceLifeEq = jgOverDesignServiceLifeEqMapper.selectOne(lambda1);
jsonObject.put("equipId", jgOverDesignServiceLifeEq.getEquId());
}
if (!WorkFlowStatusEnum.USE_SUBMIT.getCode().equals(taskCode)) {
jsonObject.put("pageType", "look");
}
......
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