Commit aaac466e authored by 罗可心's avatar 罗可心 😕

添加邀请访问信息提交用户表插入身份证号

parent da16acc2
......@@ -294,6 +294,7 @@
<if test="entity.username != null">username = #{entity.username},</if>
<if test="entity.firstDate != null">first_date = #{entity.firstDate},</if>
<if test="entity.lastDate != null">last_date = #{entity.lastDate}</if>
<if test="entity.idNumber != null">id_number = #{entity.idNumber}</if>
</trim>
where business_id = #{entity.businessId}
</update>
......
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