|
|
@@ -1201,9 +1201,9 @@ progress_tid = values(progress_tid)
|
|
|
<if test="unilateralService != null">
|
|
|
unilateral_service ,
|
|
|
</if>
|
|
|
- <if test="unilateralService != null">
|
|
|
- unilateral_service,
|
|
|
- </if>
|
|
|
+ <if test="progressTid != null">
|
|
|
+ and progress_tid ,
|
|
|
+ </if
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test="orderNo != null">
|
|
|
@@ -1443,8 +1443,8 @@ progress_tid = values(progress_tid)
|
|
|
<if test="unilateralService != null">
|
|
|
#{unilateralService},
|
|
|
</if>
|
|
|
- <if test="unilateralService != null">
|
|
|
- #{unilateralService},
|
|
|
+ <if test="progressTid != null">
|
|
|
+ #{progressTid},
|
|
|
</if>
|
|
|
</trim>
|
|
|
</insert>
|