zouxuan há 5 anos atrás
pai
commit
997ce56a1d

+ 3 - 0
mec-biz/src/main/resources/config/mybatis/TeacherMapper.xml

@@ -154,6 +154,9 @@
             <if test="wxOpenid != null">
             <if test="wxOpenid != null">
                 wx_openid_ = #{wxOpenid},
                 wx_openid_ = #{wxOpenid},
             </if>
             </if>
+            <if test="password != null">
+                password_ = #{password},
+            </if>
             <if test="avatar != null">
             <if test="avatar != null">
                 avatar_ = #{avatar},
                 avatar_ = #{avatar},
             </if>
             </if>