|
@@ -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<>();
|