liuxm
2024-05-07 80a6306e4b7f1fde0a173547f5930b48764de037
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