zouyu
2026-05-07 2eaeb19b16af087d17c186c6220bf64f2fc07f4f
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">