lxw
2023-11-16 e4261dfd3d4865efb1dee0373c2c8013f55b4bae
移除
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/UserInfMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/UserInfMapper.xml
@@ -31,7 +31,7 @@
    </select>
    <select id="getMaxUid" resultType="java.lang.String">
        SELECT max(uid)
        FROM db_user.tb_user_inf
        FROM db_user.tb_user_inf  where uid>1000
    </select>
</mapper>