Fancy
2024-06-21 f26131172d91045a502cb5f42c9da4dac6ffaf65
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">