|
|
@@ -26,7 +26,7 @@
|
|
|
<if test="inspectionRouteId !=null and inspectionRouteId != ''">
|
|
|
and t.inspection_route_Id= #{inspectionRouteId}
|
|
|
</if>
|
|
|
- <if test="seq !=null ">
|
|
|
+ <if test="seq !=null and seq != 0">
|
|
|
and t.seq= #{seq}
|
|
|
</if>
|
|
|
<if test="remark !=null and remark != ''">
|
|
|
@@ -56,7 +56,7 @@
|
|
|
<if test="inspectionRouteId !=null and inspectionRouteId != ''">
|
|
|
and t.inspection_route_Id= #{inspectionRouteId}
|
|
|
</if>
|
|
|
- <if test="seq !=null ">
|
|
|
+ <if test="seq !=null and seq != 0">
|
|
|
and t.seq= #{seq}
|
|
|
</if>
|
|
|
<if test="remark !=null and remark != ''">
|
|
|
@@ -84,7 +84,7 @@
|
|
|
<if test="inspectionRouteId !=null and inspectionRouteId != ''">
|
|
|
and t.inspection_route_Id= #{inspectionRouteId}
|
|
|
</if>
|
|
|
- <if test="seq !=null ">
|
|
|
+ <if test="seq !=null and seq != 0">
|
|
|
and t.seq= #{seq}
|
|
|
</if>
|
|
|
<if test="remark !=null and remark != ''">
|
|
|
@@ -122,7 +122,7 @@
|
|
|
<if test="newBId != null and newBId != ''">
|
|
|
,t.b_id = #{newBId}
|
|
|
</if>
|
|
|
- <if test="seq !=null ">
|
|
|
+ <if test="seq !=null and seq != 0">
|
|
|
, t.seq= #{seq}
|
|
|
</if>
|
|
|
<if test="remark !=null and remark != ''">
|
|
|
@@ -152,7 +152,7 @@
|
|
|
<if test="inspectionRouteId !=null and inspectionRouteId != ''">
|
|
|
and t.inspection_route_Id= #{inspectionRouteId}
|
|
|
</if>
|
|
|
- <if test="seq !=null ">
|
|
|
+ <if test="seq !=null and seq != 0">
|
|
|
and t.seq= #{seq}
|
|
|
</if>
|
|
|
<if test="remark !=null and remark != ''">
|