管理员系统优化-1

This commit is contained in:
2024-11-06 17:51:51 +08:00
parent 903bafb245
commit 49f08d1191
6 changed files with 22 additions and 17 deletions

View File

@@ -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>