|
@@ -233,6 +233,7 @@ public class CgiReplyServiceImpl implements CgiReplyService {
|
|
|
CgiReplyBucketData item = new CgiReplyBucketData();
|
|
CgiReplyBucketData item = new CgiReplyBucketData();
|
|
|
item.setStrategy("manual");
|
|
item.setStrategy("manual");
|
|
|
item.setSort(1);
|
|
item.setSort(1);
|
|
|
|
|
+ item.setBatchSort(1);
|
|
|
item.setGhId(ghId);
|
|
item.setGhId(ghId);
|
|
|
item.setMsgType(1);
|
|
item.setMsgType(1);
|
|
|
item.setTitle(param.getTitle());
|
|
item.setTitle(param.getTitle());
|