zouyu
2026-05-09 e9e88eefcc8abd2b1e187d28c7666e80307e97cc
ruoyi-system/src/main/resources/mapper/system/SysPostMapper.xml
@@ -39,6 +39,7 @@
   <select id="selectPostAll" resultMap="SysPostResult">
      <include refid="selectPostVo"/>
      WHERE status = 0
   </select>
   <select id="selectPostById" parameterType="Long" resultMap="SysPostResult">