瀏覽代碼

添加默认就诊次数

lighter_217 1 月之前
父節點
當前提交
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 {