|
@@ -41,10 +41,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
insert into ssb_order_file
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
<if test="orderId != null">order_id,</if>
|
|
|
+ <if test="flowId != null">flow_id,</if>
|
|
|
<if test="customersCode != null">customers_code,</if>
|
|
|
<if test="signerId != null">signer_id,</if>
|
|
|
<if test="signerName != null">signer_name,</if>
|
|
|
- <if test="flowId != null">flow_id,</if>
|
|
|
<if test="fileUrl != null">file_url,</if>
|
|
|
<if test="createBy != null">create_by,</if>
|
|
|
<if test="createTime != null">create_time,</if>
|