瀏覽代碼

保存按钮

yeguodong 2 周之前
父節點
當前提交
1b7392f7a6
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/main/java/cn/hnthyy/thmz/service/yb/YbService.java

+ 3 - 2
src/main/java/cn/hnthyy/thmz/service/yb/YbService.java

@@ -137,7 +137,8 @@ public class YbService {
             // 记录错误信息时包含关联键,便于快速定位问题
             log.error("医保接口调用失败 - 关联键: {}, 错误: {}", associationKey, e.getMessage());
         }
-        /*String id = UUID.randomUUID().toString().replaceAll("-", "");
+
+        String id = UUID.randomUUID().toString().replaceAll("-", "");
         selInfo.setId(id);
         int insertSelinfo = selinfoSoldMapper.insert(selInfo);
         if(insertSelinfo > 0) {
@@ -145,7 +146,7 @@ public class YbService {
                 String itemId = UUID.randomUUID().toString().replaceAll("-", "");
                 selinfoSoldMapper.insertSelinfoSoldDrugtrac(itemId, id, codg.getDrugTracCodg());
             }
-        }*/
+        }
 
 
         return response;