| | |
| | | <include refid="Base_Column_List" /> |
| | | from yeshi_ec_uid_devicetoken_ios where device = #{0} limit 1 |
| | | </select> |
| | | |
| | | <select id="selectByDeviceForUpdate" resultMap="BaseResultMap" |
| | | parameterType="java.lang.String"> |
| | | select |
| | | <include refid="Base_Column_List" /> |
| | | from yeshi_ec_uid_devicetoken_ios where device = #{0} limit 1 for update |
| | | </select> |
| | | |
| | | <select id="selectByDeviceToken" resultMap="BaseResultMap" |
| | | parameterType="java.lang.String"> |
| | |
| | | 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> |