Compare commits

..

No commits in common. 'f5bff2dde0e6e76987f6a90e1c077803195c03dd' and 'e729c61df4b12a88ebfc159ed5a78ecf11a03e05' have entirely different histories.

@ -958,13 +958,9 @@
</foreach>
</insert>
<select id="selectDistModuleName" parameterType="java.lang.String" resultType="java.lang.String">
SELECT module
FROM (
SELECT DISTINCT module, create_time
FROM stu_upload_excel_user
WHERE user_id = #{userId}
) AS subquery
ORDER BY subquery.create_time ASC
SELECT DISTINCT module
FROM stu_upload_excel_user
WHERE user_id = #{userId}
</select>
<select id="selectByString" resultType="java.lang.String">
select DISTINCT step_eleven_c from stu_upload_excel_user where user_id = #{userId} and module=#{tableName}

Loading…
Cancel
Save