mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 20:50:14 +08:00
SnowFlakeId Generator
This commit is contained in:
@@ -37,7 +37,7 @@ public interface AppsMapper extends IJpaBaseMapper<Apps> {
|
||||
|
||||
public int updateApp(Apps app);
|
||||
|
||||
@Update("UPDATE MXK_APPS SET ISEXTENDATTR=#{isExtendAttr}, EXTENDATTR=#{extendAttr} WHERE id = #{id}")
|
||||
@Update("update mxk_apps set isextendattr=#{isExtendAttr}, extendattr=#{extendAttr} where id = #{id}")
|
||||
public int updateExtendAttr(Apps app);
|
||||
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ public interface UserInfoMapper extends IJpaBaseMapper<UserInfo>{
|
||||
|
||||
public int updateProfile(UserInfo userInfo);
|
||||
|
||||
@Select("SELECT * FROM MXK_USERINFO WHERE EMAIL = #{value} OR MOBILE= #{value}")
|
||||
@Select("select * from mxk_userinfo where email = #{value} or mobile= #{value}")
|
||||
public UserInfo queryUserInfoByEmailMobile(String emailMobile);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user