zhangyang преди 2 години
родител
ревизия
8ee906c26d
променени са 1 файла, в които са добавени 1 реда и са изтрити 5 реда
  1. 1 5
      ruoyi-system/src/main/java/com/ruoyi/system/service/impl/PoTetherServiceImpl.java

+ 1 - 5
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/PoTetherServiceImpl.java

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