|
@@ -11,7 +11,6 @@ import com.ytpm.dao.AppMapper;
|
|
|
import com.ytpm.general.RepMessage;
|
|
import com.ytpm.general.RepMessage;
|
|
|
import com.ytpm.general.Result;
|
|
import com.ytpm.general.Result;
|
|
|
import com.ytpm.general.ResultTable;
|
|
import com.ytpm.general.ResultTable;
|
|
|
-import com.ytpm.lemonios.feign.LemonIosFeign;
|
|
|
|
|
import com.ytpm.service.AgentDitchService;
|
|
import com.ytpm.service.AgentDitchService;
|
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
@@ -30,9 +29,6 @@ public class AgentDitchServiceImpl implements AgentDitchService {
|
|
|
@Resource
|
|
@Resource
|
|
|
private AppMapper appMapper;
|
|
private AppMapper appMapper;
|
|
|
|
|
|
|
|
- @Resource
|
|
|
|
|
- private LemonIosFeign lemonIosFeign;
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
@Override
|
|
@Override
|
|
|
public ResultTable<AgentDitchView> ditchList(DitchListParam param) {
|
|
public ResultTable<AgentDitchView> ditchList(DitchListParam param) {
|