|
@@ -97,6 +97,10 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
if (ticket.getGoodsId() == 18 && ticket.getSkuNum() > 1) {
|
|
if (ticket.getGoodsId() == 18 && ticket.getSkuNum() > 1) {
|
|
|
ticket.setPassword(null);
|
|
ticket.setPassword(null);
|
|
|
}
|
|
}
|
|
|
|
|
+ ticket.setIsMulti(false);
|
|
|
|
|
+ if (ticket.getSkuNum() > 1) {
|
|
|
|
|
+ ticket.setIsMulti(true);
|
|
|
|
|
+ }
|
|
|
//chatGPT直连
|
|
//chatGPT直连
|
|
|
if (ticket.getGoodsId().equals(42l)) {
|
|
if (ticket.getGoodsId().equals(42l)) {
|
|
|
if (StrUtil.isNotBlank(ticket.getAccount())) {
|
|
if (StrUtil.isNotBlank(ticket.getAccount())) {
|