Browse Source

优化代码2.0

wangfeng 6 years atrás
parent
commit
7c210169cf

+ 0 - 1
icss-service/src/main/java/com/diagbot/facade/DoctorPageModeFacade.java

@@ -35,7 +35,6 @@ public class DoctorPageModeFacade extends DoctorPageModeServiceImpl {
      * @param doctorPageModeVO
      * @return
      */
-    @Transactional
     public boolean saveDoctorPageMode(DoctorPageModeVO doctorPageModeVO) {
         QueryWrapper<DoctorPageMode> doctorPageModeWrapper = new QueryWrapper<>();
         Map<String, Object> mapAll = new HashMap<>();