liuxm
2024-05-08 817734d6a36e8595dbbb0080cbcbfda0c51bafae
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