瀏覽代碼

研发打卡修改

anderx 2 年之前
父節點
當前提交
a9b3ee4894
共有 1 個文件被更改,包括 4 次插入12 次删除
  1. 4 12
      ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml

+ 4 - 12
ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml

@@ -265,18 +265,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
  			<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
  			<if test="remark != null">remark = #{remark},</if>
 			<if test="openId != null"> open_id = #{openId,jdbcType=VARCHAR}, </if>
-			<if test="superiorId != null">
-				superior_id = #{superiorId,jdbcType=BIGINT},
-			</if>
-			<if test="projectQuantity != null">
-				project_quantity = #{projectQuantity,jdbcType=INTEGER},
-			</if>
-			<if test="jobNumber != null">
-				job_number = #{jobNumber,jdbcType=VARCHAR},
-			</if>
-			<if test="fullJob != null">
-				full_job = #{fullJob,jdbcType=INTEGER},
-			</if>
+			<if test="superiorId != null"> superior_id = #{superiorId,jdbcType=BIGINT}, </if>
+			<if test="projectQuantity != null"> project_quantity = #{projectQuantity,jdbcType=INTEGER}, </if>
+			<if test="jobNumber != null"> job_number = #{jobNumber,jdbcType=VARCHAR}, </if>
+			<if test="fullJob != null"> full_job = #{fullJob,jdbcType=INTEGER}, </if>
 			<if test="duration != null and duration != ''">duration=#{duration},</if>
  			update_time = sysdate()
  		</set>