|
@@ -193,7 +193,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="triggerUpdate != null and triggerUpdate != ''">#{triggerUpdate},</if>
|
|
|
<if test="triggerDelete != null and triggerDelete != ''">#{triggerDelete},</if>
|
|
|
<if test="triggerSubmit != null and triggerSubmit !=''">#{triggerSubmit},</if>
|
|
|
- <if test="createBy != null and createBy != ''">#{#{}},</if>
|
|
|
+ <if test="createBy != null and createBy != ''">#{createBy},</if>
|
|
|
sysdate()
|
|
|
)
|
|
|
</insert>
|