Commit 7e86450e by wangli

mp2jpa

1 parent 4f344c2a
...@@ -38,8 +38,6 @@ public class BusinessLayerServiceImpl implements BusinessLayerService { ...@@ -38,8 +38,6 @@ public class BusinessLayerServiceImpl implements BusinessLayerService {
@Value("${SaaS.ak}") @Value("${SaaS.ak}")
String ak; String ak;
@Autowired @Autowired
private MapLayerCustomizeMPDao mapLayerCustomizeMPDao;
@Autowired
private MapLayerCustomizeDao mapLayerCustomizeDao; private MapLayerCustomizeDao mapLayerCustomizeDao;
@Autowired @Autowired
private MapLayerCustomizeSkillMPDao mapLayerCustomizeSkillMPDao; private MapLayerCustomizeSkillMPDao mapLayerCustomizeSkillMPDao;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!