Fancy
2024-08-20 745b115acbb46829eb52f904f0c276012decf938
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
@@ -167,4 +167,11 @@
      </if>
    </trim>
  </select>
  <select id="selectAll" resultType="com.dy.pmsGlobal.pojoBa.BaRole">
    select
    <include refid="Base_Column_List" />
    from ba_role
    where deleted != 1 and disabled !=1
  </select>
</mapper>