yujian
2019-09-02 9eeda0d3049b71877c373c04d65533939b5582ef
fanli/src/main/java/com/yeshi/fanli/mapping/push/DeviceTokenIOSMapper.xml
@@ -52,9 +52,9 @@
      select
      <include refid="Base_Column_List" />
      from yeshi_ec_uid_devicetoken_ios 
       <if test="array != null">
       <if test="list != null and list.size() > 0">
          WHERE version in
          <foreach collection="array" item="item" open="(" separator="," close=")">
          <foreach collection="list" item="item" open="(" separator="," close=")">
             #{item}
          </foreach>
       </if>