src/main/resources/mapper/UserInfMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | 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>