管理员系统优化-1
This commit is contained in:
@@ -24,13 +24,4 @@
|
||||
ON a.user_email = b.email
|
||||
</select>
|
||||
|
||||
<select id="selectIdsByEmails" parameterType="java.util.List" resultType="com.ai.da.mapper.primary.entity.TrialOrder">
|
||||
SELECT *
|
||||
FROM trial_order
|
||||
WHERE email IN
|
||||
<foreach item="email" collection="list" open="(" separator="," close=")">
|
||||
#{email}
|
||||
</foreach>
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user