zqy
6 天以前 f84033b3d42899dc1db4ff317177de56a6f9a640
ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -251,7 +251,8 @@
          <if test="loginDate != null">login_date = #{loginDate},</if>
          <if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
          <if test="remark != null">remark = #{remark},</if>
          update_time = sysdate()
         <if test="paid != null and paid != ''">paid = #{paid},</if>
         update_time = sysdate()
       </set>
       where user_id = #{userId}
   </update>