Forráskód Böngészése

建科统一身份认证平台接入

S0025136190 5 hónapja
szülő
commit
b13cfb4957

+ 2 - 0
takai-system/src/main/resources/mapper/system/SysUserMapper.xml

@@ -161,6 +161,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
  			<if test="status != null and status != ''">status,</if>
  			<if test="createBy != null and createBy != ''">create_by,</if>
  			<if test="remark != null and remark != ''">remark,</if>
+		    <if test="workNo != null and workNo != ''">work_no,</if>
  			create_time
  		)values(
  			<if test="userId != null and userId != ''">#{userId},</if>
@@ -176,6 +177,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
  			<if test="status != null and status != ''">#{status},</if>
  			<if test="createBy != null and createBy != ''">#{createBy},</if>
  			<if test="remark != null and remark != ''">#{remark},</if>
+		    <if test="workNo != null and workNo != ''">#{work_no},</if>
  			sysdate()
  		)
 	</insert>