|
@@ -37,14 +37,10 @@ public class PoTetherServiceImpl extends ServiceImpl<PoTetherMapper,PoTether> im
|
|
{
|
|
{
|
|
@Autowired
|
|
@Autowired
|
|
private PoTetherMapper poTetherMapper;
|
|
private PoTetherMapper poTetherMapper;
|
|
- @Autowired
|
|
|
|
- private PoTetherandcollectionMapper poTetherandcollectionMapper;
|
|
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
private PoTetherandcollectionServiceImpl poTetherandcollectionService;
|
|
private PoTetherandcollectionServiceImpl poTetherandcollectionService;
|
|
|
|
|
|
- @Autowired
|
|
|
|
- private PoTetherServiceImpl poTetherService;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
* 在售
|
|
* 在售
|
|
@@ -347,7 +343,7 @@ public class PoTetherServiceImpl extends ServiceImpl<PoTetherMapper,PoTether> im
|
|
@Override
|
|
@Override
|
|
public List<PoTether> selectPoTetherCollectionList(PoTether poTether) {
|
|
public List<PoTether> selectPoTetherCollectionList(PoTether poTether) {
|
|
|
|
|
|
- poTetherMapper.updatePostTetherCollection(poTether);
|
|
|
|
|
|
+ //poTetherMapper.updatePostTetherCollection(poTether);
|
|
return poTetherMapper.selectPoTetherCollectionList(poTether);
|
|
return poTetherMapper.selectPoTetherCollectionList(poTether);
|
|
}
|
|
}
|
|
|
|
|