|
|
@ -44,6 +44,13 @@
|
|
|
|
where `isCustomer` = #{isCustomer}
|
|
|
|
where `isCustomer` = #{isCustomer}
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<select id="getCustomerRoles" parameterType="java.lang.Integer"
|
|
|
|
|
|
|
|
resultType="com.glxp.api.entity.auth.AuthRole">
|
|
|
|
|
|
|
|
SELECT role_id, role_name
|
|
|
|
|
|
|
|
FROM auth_role
|
|
|
|
|
|
|
|
where `isCustomer` = #{isCustomer} and status =1
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<select id="listAuthRoles2" parameterType="java.lang.Integer" resultType="com.glxp.api.entity.auth.AuthRole">
|
|
|
|
<select id="listAuthRoles2" parameterType="java.lang.Integer" resultType="com.glxp.api.entity.auth.AuthRole">
|
|
|
|
SELECT irole_id, role_name
|
|
|
|
SELECT irole_id, role_name
|
|
|
|