fanli/src/main/java/com/yeshi/fanli/mapping/push/DeviceTokenIOSMapper.xml
@@ -27,6 +27,13 @@ <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">