7 天以前 32b7c641415d83ab594f6b904829f5877c293940
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">