6 天以前 b5a87e4b0da54ad57f195e52cd06e7824e2e1f54
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">