liuxm
2024-05-09 62d04ddc32ef307899aeac8a4a9696d759aea885
pms-parent/pms-global/src/main/resources/mapper/BaRoleMapper.xml
@@ -117,10 +117,10 @@
    where id = #{id}
  </update>
  <delete id="deleteLogicById" parameterType="java.lang.Long">
  <update id="deleteLogicById" parameterType="java.lang.Long">
    update ba_role set deleted = 1
    where id = #{id}
  </delete>
  </update>
  <select id="selectSomeCount" resultType="java.lang.Long">
    select