|
|
@@ -207,6 +207,8 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
|
|
|
private final ClaudeCodeUserRenewExpiryRecordMapper claudeCodeUserRenewExpiryRecordMapper;
|
|
|
|
|
|
+ private final GoodsDonCategoryRelateMapper goodsDonCategoryRelateMapper;
|
|
|
+
|
|
|
private final ClaudeCodeService claudeCodeService;
|
|
|
|
|
|
@Override
|
|
|
@@ -295,6 +297,8 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
if (ticket.getSkuNum() > 1) {
|
|
|
ticket.setIsMulti(true);
|
|
|
}
|
|
|
+ //分类ids
|
|
|
+ ticket.setCategoryIdList(goodsDonCategoryRelateMapper.selectCategoryIdsByGid(ticket.getGoodsId()));
|
|
|
//chatGPT直连
|
|
|
if (ticket.getGoodsId().equals(42l)) {
|
|
|
if (StrUtil.isNotBlank(ticket.getAccount())) {
|