gongchunyi
5 天以前 1b0315d4bd6c2d4068d72f4e67a7fffc7576b187
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">