|
@@ -36,7 +36,7 @@ public class DoctorPageModeFacade extends DoctorPageModeServiceImpl {
|
|
|
* @return
|
|
|
*/
|
|
|
@Transactional
|
|
|
- public boolean saveDoctorPageMode(@Valid DoctorPageModeVO doctorPageModeVO) {
|
|
|
+ public boolean saveDoctorPageMode(DoctorPageModeVO doctorPageModeVO) {
|
|
|
QueryWrapper<DoctorPageMode> doctorPageModeWrapper = new QueryWrapper<>();
|
|
|
Map<String, Object> mapAll = new HashMap<>();
|
|
|
mapAll.put("doctor_id", doctorPageModeVO.getDoctorId());
|