zouyu
2026-05-21 c935e18fab3604e493de29b164ea4019244bb182
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">