Commit 330bfc8d authored by zhangzhenbang's avatar zhangzhenbang

试探性写了一两个接口

parent 0ff1b753
...@@ -37,6 +37,6 @@ public interface IdentityInformationMapper { ...@@ -37,6 +37,6 @@ public interface IdentityInformationMapper {
"is_worker=#{isWorker} where id =#{id}") "is_worker=#{isWorker} where id =#{id}")
int updateIdentityInfo(IdentityInformation identityInformation); int updateIdentityInfo(IdentityInformation identityInformation);
@Select("select * from identity_information where openid = #{openid}") @Select("select * from identity_information where wechat_openid = #{openid}")
IdentityInformation getAllInfoByOpenid(String openid); IdentityInformation getAllInfoByOpenid(String openid);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment