瀏覽代碼

代码恢复

yumeng 3 年之前
父節點
當前提交
e26e6cfaa5

+ 6 - 6
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/hosting/service/impl/KuaishouHostingTaskServiceImpl.java

@@ -343,19 +343,19 @@ public class KuaishouHostingTaskServiceImpl extends ServiceImpl<KuaishouHostingT
                 JSONObject intelliExtend = new JSONObject();
                 JSONObject intelliExtend = new JSONObject();
                 intelliExtend.put("isOpen", task.getIsOpen());
                 intelliExtend.put("isOpen", task.getIsOpen());
                 if (task.getNoAgeBreak() == 1) {
                 if (task.getNoAgeBreak() == 1) {
-                    intelliExtend.put("noAgeBreak", false);
-                } else {
                     intelliExtend.put("noAgeBreak", true);
                     intelliExtend.put("noAgeBreak", true);
+                } else {
+                    intelliExtend.put("noAgeBreak", false);
                 }
                 }
                 if (task.getNoGenderBreak() == 1) {
                 if (task.getNoGenderBreak() == 1) {
-                    intelliExtend.put("noGenderBreak", false);
-                } else {
                     intelliExtend.put("noGenderBreak", true);
                     intelliExtend.put("noGenderBreak", true);
+                } else {
+                    intelliExtend.put("noGenderBreak", false);
                 }
                 }
                 if (task.getNoAreaBreak() == 1) {
                 if (task.getNoAreaBreak() == 1) {
-                    intelliExtend.put("noAreaBreak", false);
-                } else {
                     intelliExtend.put("noAreaBreak", true);
                     intelliExtend.put("noAreaBreak", true);
+                } else {
+                    intelliExtend.put("noAreaBreak", false);
                 }
                 }
                 adDspTarget.put("intelli_extend", intelliExtend);
                 adDspTarget.put("intelli_extend", intelliExtend);
             }
             }