Browse Source

保存按钮

yeguodong 2 weeks ago
parent
commit
1b7392f7a6
1 changed files with 3 additions and 2 deletions
  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;