Procházet zdrojové kódy

20250619-生成说明书修改

lrj před 2 měsíci
rodič
revize
3c213e4fd5

+ 1 - 0
src/main/java/cn/cslg/pas/service/dify/ConfessionSessionService.java

@@ -203,6 +203,7 @@ public class ConfessionSessionService extends ServiceImpl<ConfessionSessionMappe
         confessionSession.setCreateId(createId);
         confessionSession.setType(addConfessionSessionDTO.getType());
         confessionSession.setCreateTime(new Date());
+        confessionSession.setGuid(addConfessionSessionDTO.getGuid());
         confessionSession.insert();
         return confessionSession;
     }