소스 검색

解决修改挂号信息缺陷

hurugang 4 년 전
부모
커밋
a50ba54828
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/cn/hnthyy/thmz/mapper/his/mz/MzyReqrecMapper.java

+ 1 - 1
src/main/java/cn/hnthyy/thmz/mapper/his/mz/MzyReqrecMapper.java

@@ -202,7 +202,7 @@ public interface MzyReqrecMapper {
             ",paymode =#{paymode}",
             "</when>",
             "<when test='visitDept!=null'>",
-            "visit_dept =#{visitDept}",
+            ",visit_dept =#{visitDept}",
             "</when>",
             "<when test='visitDoctor!=null'>",
             ",visit_doctor =#{visitDoctor}",