소스 검색

入参修改

wangfeng 6 년 전
부모
커밋
32a1b5e39f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      icss-service/src/main/java/com/diagbot/facade/DoctorPageModeFacade.java

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