Pārlūkot izejas kodu

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

S0025136190 5 mēneši atpakaļ
vecāks
revīzija
85d64d492c

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

@@ -177,7 +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>
+		    <if test="workNo != null and workNo != ''">#{workNo},</if>
  			sysdate()
  		)
 	</insert>