|
@@ -65,13 +65,9 @@ public class BytedanceGeneralCopywriterController {
|
|
|
|
|
|
//遍历list,查看数据
|
|
//遍历list,查看数据
|
|
for (String textCopywriter : list) {
|
|
for (String textCopywriter : list) {
|
|
- System.out.println(textCopywriter);
|
|
|
|
byteDanceGeneralCopywriterList.add(new ByteDanceGeneralCopywriter(accountId,textCopywriter));
|
|
byteDanceGeneralCopywriterList.add(new ByteDanceGeneralCopywriter(accountId,textCopywriter));
|
|
}
|
|
}
|
|
|
|
|
|
- for (ByteDanceGeneralCopywriter aa : byteDanceGeneralCopywriterList) {
|
|
|
|
- System.out.println(aa);
|
|
|
|
- }
|
|
|
|
byteDanceGeneralCopywriterService.saveBatch(byteDanceGeneralCopywriterList);
|
|
byteDanceGeneralCopywriterService.saveBatch(byteDanceGeneralCopywriterList);
|
|
result.success("添加成功!");
|
|
result.success("添加成功!");
|
|
|
|
|