소스 검색

V1.1.3 自动投放 修改sql

yumeng 4 년 전
부모
커밋
40b11abbb0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/ai/controller/AiKuaiShouAppInfoController.java

+ 1 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/ai/controller/AiKuaiShouAppInfoController.java

@@ -161,7 +161,7 @@ public class AiKuaiShouAppInfoController {
     public JSONObject queryPageList(@RequestBody JSONObject requestJson) {
         JSONObject returnJson = new JSONObject();
         try {
-            Long account_id = requestJson.getLong("account_id");
+            Long account_id = requestJson.getLong("accountId");
             if (Check.isNull(account_id)) {
                 throw new Exception("账户id不能为空");
             }