3 天以前 1a89a2eca92540f2a6e9ed5c140b00610f2f4bfc
src/main/resources/mapper/system/SysRoleMapper.xml
@@ -62,6 +62,7 @@
   
   <select id="selectRoleAll" resultMap="SysRoleResult">
      <include refid="selectRoleVo"/>
      WHERE r.del_flag = '0'
   </select>
   
   <select id="selectRoleListByUserId" parameterType="Long" resultType="Long">