|
|
@@ -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>
|