소스 검색

添加默认就诊次数

lighter_217 2 달 전
부모
커밋
596612ecb0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/cn/hnthyy/thmz/service/impl/thmz/TsmzServiceImpl.java

+ 1 - 0
src/main/java/cn/hnthyy/thmz/service/impl/thmz/TsmzServiceImpl.java

@@ -278,6 +278,7 @@ public class TsmzServiceImpl implements TsmzService {
         //Map 对象存入
         map.put("staffId", staffId);
         map.put("patientId", patientId);
+        map.put("times", -1);
         //Map 转成  JSONObject 字符串
         JSONObject jsonObj = new JSONObject(map);
         try {