Fancy
2024-06-21 8d97b3e1102752d5ca023ef88817032997144b04
pms-parent/pms-global/src/main/resources/mapper/BaUserMapper.xml
@@ -73,7 +73,7 @@
    select 
    <include refid="Base_Column_List" />
    from ba_user
    where id = #{id} and disabled!=1 and deleted!=1
    where id = #{id}
  </select>
  <select id="selectSomeCount" parameterType="java.util.Map" resultType="java.lang.Long">