Kaynağa Gözat

入参修改

wangfeng 6 yıl önce
ebeveyn
işleme
32a1b5e39f

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

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