소스 검색

bugfix/阿里云ak更改

zhijiezhao 10 달 전
부모
커밋
6532a13924
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/resources/config/prod/application-prod.yml
  2. 1 0
      src/main/resources/mapper/CmShopLabelDao.xml

+ 2 - 2
src/main/resources/config/prod/application-prod.yml

@@ -59,8 +59,8 @@ cm:
   config: product
 
 aliyun:
-  accessKeyId: LTAI4GBL3o4YkWnbKYgf2Xia
-  accessKeySecret: dBjAXqbYiEPP6Ukuk2ZsXQeET7FVkK
+  accessKeyId: LTAI5tRM3C1pNDuhcSve3MTf
+  accessKeySecret: soXAFV0elA4InXvarOUO8ZMB2DhZlP
   bucketName: caimei-oss
   endpoint: https://oss-cn-shenzhen.aliyuncs.com
 

+ 1 - 0
src/main/resources/mapper/CmShopLabelDao.xml

@@ -85,6 +85,7 @@
             searchTime,
             addTime
         from cm_user_search_frequency
+        where keyword is not null
     </select>
     <insert id="insertLabel">
         INSERT INTO cm_shop_label(relevanceId, keywordId, pickTime, delFlag)