Fancy
2024-06-24 d7c55e6c4d27a1640a8b8dd728aa3201be8c1e57
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}
    where id = #{id} and deleted!=1
  </select>
  <select id="selectSomeCount" parameterType="java.util.Map" resultType="java.lang.Long">