Commit 5d88fc79 authored by yanzg's avatar yanzg

修复实体关系

parent 298e0892
...@@ -53,11 +53,6 @@ public class MqServiceImpl implements MqService, ApplicationContextAware, MqInit ...@@ -53,11 +53,6 @@ public class MqServiceImpl implements MqService, ApplicationContextAware, MqInit
private YzgMqProcedure yzgMqProcedure; private YzgMqProcedure yzgMqProcedure;
private String localName = ""; private String localName = "";
/**
* 是否初始化
*/
private boolean init = false;
/** /**
* Set the ApplicationContext that this object runs in. * Set the ApplicationContext that this object runs in.
* Normally this call will be used to initialize the object. * Normally this call will be used to initialize the object.
......
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