Commit f0ae20b8 by lixinming

no message

parent 2450c0d8
...@@ -26,7 +26,8 @@ export async function login({loginId, pwd}) { ...@@ -26,7 +26,8 @@ export async function login({loginId, pwd}) {
{loginId:loginId, memberType:MEMBERTYPE.个人会员}, {loginId:loginId, memberType:MEMBERTYPE.个人会员},
{phone:loginId}, {phone:loginId},
{unitName:loginId, memberType:MEMBERTYPE.单位会员}, {unitName:loginId, memberType:MEMBERTYPE.单位会员},
{mail:loginId, memberType:MEMBERTYPE.单位会员} {mail:loginId, memberType:MEMBERTYPE.单位会员},
{loginId:loginId}
] ]
}; };
let userInfo = await findOnce(TABLEENUM.用户表, selectParam); let userInfo = await findOnce(TABLEENUM.用户表, selectParam);
......
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