|
|
@@ -41,7 +41,7 @@
|
|
|
<result column="assistant_name" jdbcType="VARCHAR" property="assistantName" />
|
|
|
<result column="public_again" jdbcType="INTEGER" property="publicAgain" />
|
|
|
<result column="audit_time" jdbcType="TIMESTAMP" property="auditTime" />
|
|
|
- <result column="uid" jdbcType="INTEGER" property="uid" />
|
|
|
+ <result column="uid" jdbcType="VARCHAR" property="uid" />
|
|
|
<result column="ufid" jdbcType="VARCHAR" property="ufid" />
|
|
|
<result column="new_user" jdbcType="VARCHAR" property="newUser" />
|
|
|
<result column="sign_sum" jdbcType="VARCHAR" property="signSum" />
|
|
|
@@ -94,7 +94,7 @@
|
|
|
#{assist,jdbcType=INTEGER}, #{assistAid,jdbcType=VARCHAR}, #{assistAidName,jdbcType=VARCHAR},
|
|
|
#{mainId,jdbcType=INTEGER}, #{mainName,jdbcType=VARCHAR}, #{clockInRemarks,jdbcType=VARCHAR},
|
|
|
#{rejectName,jdbcType=VARCHAR}, #{assistantAid,jdbcType=VARCHAR}, #{assistantName,jdbcType=VARCHAR},
|
|
|
- #{publicAgain,jdbcType=INTEGER}, #{auditTime,jdbcType=TIMESTAMP}, #{uid,jdbcType=INTEGER},
|
|
|
+ #{publicAgain,jdbcType=INTEGER}, #{auditTime,jdbcType=TIMESTAMP}, #{uid,jdbcType=VARCHAR},
|
|
|
#{ufid,jdbcType=VARCHAR}, #{newUser,jdbcType=VARCHAR}, #{signSum,jdbcType=VARCHAR},
|
|
|
#{userNames,jdbcType=VARCHAR}, #{objectType,jdbcType=INTEGER})
|
|
|
</insert>
|
|
|
@@ -350,7 +350,7 @@
|
|
|
#{auditTime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
<if test="uid != null">
|
|
|
- #{uid,jdbcType=INTEGER},
|
|
|
+ #{uid,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="ufid != null">
|
|
|
#{ufid,jdbcType=VARCHAR},
|
|
|
@@ -487,7 +487,7 @@
|
|
|
audit_time = #{auditTime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
<if test="uid != null">
|
|
|
- `uid` = #{uid,jdbcType=INTEGER},
|
|
|
+ `uid` = #{uid,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="ufid != null">
|
|
|
ufid = #{ufid,jdbcType=VARCHAR},
|
|
|
@@ -547,7 +547,7 @@
|
|
|
assistant_name = #{assistantName,jdbcType=VARCHAR},
|
|
|
public_again = #{publicAgain,jdbcType=INTEGER},
|
|
|
audit_time = #{auditTime,jdbcType=TIMESTAMP},
|
|
|
- `uid` = #{uid,jdbcType=INTEGER},
|
|
|
+ `uid` = #{uid,jdbcType=VARCHAR},
|
|
|
ufid = #{ufid,jdbcType=VARCHAR},
|
|
|
new_user = #{newUser,jdbcType=VARCHAR},
|
|
|
sign_sum = #{signSum,jdbcType=VARCHAR},
|