zoujiajian преди 2 години
родител
ревизия
99ed1876b7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      netflix-dao/src/main/resources/mapper/CorpCustomerAcquisitionLinkMapper.xml

+ 1 - 1
netflix-dao/src/main/resources/mapper/CorpCustomerAcquisitionLinkMapper.xml

@@ -8,7 +8,7 @@
         from corp_customer_acquisition_link
         where user_list != '[]' and
         <foreach collection="list" item="item" open="(" separator="OR" close=")">
-            JSON_CONTAINS(user_list, '${item}')
+            JSON_CONTAINS(user_list, '"${item}"')
         </foreach>
     </select>