|
@@ -7,7 +7,6 @@ import com.fjhx.constants.logistics.LogisticsConstant;
|
|
|
import com.fjhx.entity.logistics.LogisticsInfo;
|
|
|
import com.fjhx.mapper.logistics.LogisticsInfoMapper;
|
|
|
import com.fjhx.params.logistics.LogisticsInfoVo;
|
|
|
-import com.fjhx.service.apply.ApplyPurchaseService;
|
|
|
import com.fjhx.service.logistics.LogisticsDetailsService;
|
|
|
import com.fjhx.service.logistics.LogisticsInfoService;
|
|
|
import com.fjhx.uitl.kd100.KD100Util;
|
|
@@ -40,9 +39,6 @@ public class LogisticsInfoServiceImpl extends ServiceImpl<LogisticsInfoMapper, L
|
|
|
@Autowired
|
|
|
private LogisticsDetailsService logisticsDetailsService;
|
|
|
|
|
|
- @Autowired
|
|
|
- private ApplyPurchaseService applyPurchaseService;
|
|
|
-
|
|
|
@Override
|
|
|
public Page<LogisticsInfo> getPage(Map<String, Object> condition) {
|
|
|
|