Selaa lähdekoodia

删除BytedanceGeneralCopywritercontroller无用控制台输出打印

huangxuechao 4 vuotta sitten
vanhempi
commit
4bd54994ec

+ 0 - 4
jeecg-boot-module-system/src/main/java/org/jeecg/modules/bytedance/advertise/controller/BytedanceGeneralCopywriterController.java

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