Commit ff4e2053 by 墨竹

fix:登录bug修改

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