保存日志自动添加排序
This commit is contained in:
parent
4912b61ae4
commit
c96e1f2f70
|
@ -289,7 +289,6 @@
|
||||||
<if test="def3 != null and def3 != ''"> def3 , </if>
|
<if test="def3 != null and def3 != ''"> def3 , </if>
|
||||||
<if test="def4 != null and def4 != ''"> def4 , </if>
|
<if test="def4 != null and def4 != ''"> def4 , </if>
|
||||||
<if test="def5 != null and def5 != ''"> def5 , </if>
|
<if test="def5 != null and def5 != ''"> def5 , </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -326,7 +325,6 @@
|
||||||
<if test="def3 != null and def3 != ''"> #{def3} ,</if>
|
<if test="def3 != null and def3 != ''"> #{def3} ,</if>
|
||||||
<if test="def4 != null and def4 != ''"> #{def4} ,</if>
|
<if test="def4 != null and def4 != ''"> #{def4} ,</if>
|
||||||
<if test="def5 != null and def5 != ''"> #{def5} ,</if>
|
<if test="def5 != null and def5 != ''"> #{def5} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from integration_task_living_details a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
@ -368,7 +366,6 @@
|
||||||
<if test="def3 != null and def3 != ''"> def3 , </if>
|
<if test="def3 != null and def3 != ''"> def3 , </if>
|
||||||
<if test="def4 != null and def4 != ''"> def4 , </if>
|
<if test="def4 != null and def4 != ''"> def4 , </if>
|
||||||
<if test="def5 != null and def5 != ''"> def5 , </if>
|
<if test="def5 != null and def5 != ''"> def5 , </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -405,7 +402,6 @@
|
||||||
<if test="def3 != null and def3 != ''"> #{def3} ,</if>
|
<if test="def3 != null and def3 != ''"> #{def3} ,</if>
|
||||||
<if test="def4 != null and def4 != ''"> #{def4} ,</if>
|
<if test="def4 != null and def4 != ''"> #{def4} ,</if>
|
||||||
<if test="def5 != null and def5 != ''"> #{def5} ,</if>
|
<if test="def5 != null and def5 != ''"> #{def5} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from integration_task_living_details a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue