| | |
| | | <sql id="Base_Column_List" > |
| | | sys_id, sys_name, sys_type, sys_content |
| | | </sql> |
| | | <select id="selectByExample" resultMap="BaseResultMap" parameterType="com.ruoyi.sy.domain.SysParaExample" > |
| | | <select id="selectByExample" parameterType="String" resultMap="BaseResultMap"> |
| | | select |
| | | <if test="distinct" > |
| | | distinct |
| | | </if> |
| | | <include refid="Base_Column_List" /> |
| | | from sys_para |
| | | <if test="_parameter != null" > |
| | | <include refid="Example_Where_Clause" /> |
| | | </if> |
| | | <if test="orderByClause != null" > |
| | | order by ${orderByClause} |
| | | </if> |
| | | where sys_type = #{sys_type} |
| | | </select> |
| | | |
| | | </mapper> |