Commit 65697762 authored by 刘林's avatar 刘林

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

parent 28d5e500
......@@ -614,7 +614,7 @@ public class CommonController extends BaseController {
if (e.getOrDefault("dictDataKey", "").equals("2000")) {
e.put("tips", "变更前需先进行委托检验,在办理变更登记时上传委托检验报告!");
} else {
e.put("tips", "变更前需先进行安全评估,评估结果为改造或重大维修,需办理改造或维修告知,进行监督检验后,再进行变更登记;评估结果为一般维修,需办理定期检验,再进行变更登记!");
e.put("tips", "变更前需先进行安全评估,评估结果为改造或重大维修,需办理改造或维修告知,进行监督检验后,再进行登记;评估结果为一般维修,需办理定期检验,再变更登记!");
}
});
} else {
......
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