疯狂的狮子li
2021-04-12 4500db395fdad42c7689e17ef6e3965a6caebdcc
ruoyi-system/src/main/resources/mapper/system/SysPostMapper.xml
@@ -18,7 +18,14 @@
   </resultMap>
   
   <sql id="selectPostVo">
        select post_id, post_code, post_name, post_sort, status, create_by, create_time, remark
        select post_id,
               post_code,
               post_name,
               post_sort,
               status,
               create_by,
               create_time,
               remark
      from sys_post
    </sql>
   
@@ -109,7 +116,9 @@
   </insert>
   
   <delete id="deletePostById" parameterType="Long">
      delete from sys_post where post_id = #{postId}
        delete
        from sys_post
        where post_id = #{postId}
   </delete>
   
   <delete id="deletePostByIds" parameterType="Long">