| | |
| | | LEFT JOIN t_mpk_method_setting c ON b.id = c.method_id |
| | | LEFT JOIN t_mpk_setting_select d ON c.id = d.setting_id |
| | | WHERE a.id = #{id} |
| | | ORDER BY b.sort,c.sort,d.sort |
| | | </select> |
| | | <select id="selectByIds" resultMap="mpkFile"> |
| | | SELECT |
| | |
| | | <foreach collection="ids" item="item" open="(" close=")" separator=","> |
| | | #{item} |
| | | </foreach> |
| | | ORDER BY e.sort,f.sort,a.create_date |
| | | ORDER BY b.sort,c.sort,d.sort,e.sort,f.sort,a.create_date |
| | | </select> |
| | | <select id="getProjectModelCount" resultType="java.lang.Integer" parameterType="java.lang.String"> |
| | | SELECT |