1
0
revert 晶全代码同步,app接口开发
This commit is contained in:
dyf
2025-07-11 16:20:24 +08:00
parent 2815e27240
commit 1eb2502a21
18 changed files with 47 additions and 473 deletions

View File

@ -4,7 +4,4 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.fuyuanshen.app.mapper.AppUserMapper">
<select id="appFindByUsername" resultType="com.fuyuanshen.app.domain.AppUser">
select * from app_user where user_name = #{phoneNumber}
</select>
</mapper>