zouyu
2026-04-20 1702e168020f36627c7de0b145e7e4f67a0fb2e1
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">