Commit ea207e0a by 陶光胜

Merge branch 'developer' into 'master'

回写修改

See merge request !8
parents 80dda007 17d3d2ff
...@@ -53,7 +53,6 @@ public class StrategyInit { ...@@ -53,7 +53,6 @@ public class StrategyInit {
strategyMap.put(StoreESFieldsEnum.C8.getField(), this.getStoreCustomBack()); strategyMap.put(StoreESFieldsEnum.C8.getField(), this.getStoreCustomBack());
strategyMap.put(StoreESFieldsEnum.C9.getField(), this.getStoreCustomBack()); strategyMap.put(StoreESFieldsEnum.C9.getField(), this.getStoreCustomBack());
strategyMap.put(StoreESFieldsEnum.C10.getField(), this.getStoreCustomBack()); strategyMap.put(StoreESFieldsEnum.C10.getField(), this.getStoreCustomBack());
System.out.println("对象初始化完成");
} }
public StoreAreaBackImpl getStoreAreaBack() { public StoreAreaBackImpl getStoreAreaBack() {
......
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