Commit ff4e2053 by 墨竹

fix:登录bug修改

parent e0c95c57
......@@ -44,8 +44,8 @@
<if test="null != staffId and '' != staffId">
staff_id,
</if>
<if test="null != wxOpenUseId">
wx_open_user_id
<if test="null != wxOpenUseId and '' != wxOpenUseId ">
wx_open_user_id,
</if>
<if test="null != wxEnterpriseId and '' != wxEnterpriseId">
wx_enterprise_id,
......@@ -85,7 +85,7 @@
<if test="null != staffId and '' != staffId">
#{staffId},
</if>
<if test="null != wxOpenUseId">
<if test="null != wxOpenUseId and '' != wxOpenUseId ">
#{wxOpenUseId},
</if>
<if test="null != wxEnterpriseId and '' != wxEnterpriseId">
......
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