|
@@ -575,6 +575,9 @@
|
|
|
<if test="addStep != null and !"".equals(addStep)">
|
|
<if test="addStep != null and !"".equals(addStep)">
|
|
|
and add_step = #{addStep}
|
|
and add_step = #{addStep}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="addStepStr != null and !"".equals(addStepStr)">
|
|
|
|
|
+ and add_step in (${addStepStr})
|
|
|
|
|
+ </if>
|
|
|
<if test="frontLevelId != null and !"".equals(frontLevelId)">
|
|
<if test="frontLevelId != null and !"".equals(frontLevelId)">
|
|
|
|
|
|
|
|
and (front_level_id = #{frontLevelId}
|
|
and (front_level_id = #{frontLevelId}
|
|
@@ -765,6 +768,11 @@
|
|
|
<if test="record.addStep != null and !"".equals(record.addStep)">
|
|
<if test="record.addStep != null and !"".equals(record.addStep)">
|
|
|
and add_step = #{record.addStep}
|
|
and add_step = #{record.addStep}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+
|
|
|
|
|
+ <if test="record.addStepStr != null and !"".equals(record.addStepStr)">
|
|
|
|
|
+ and add_step in (${record.addStepStr})
|
|
|
|
|
+ </if>
|
|
|
|
|
+
|
|
|
<if test="record.frontLevelId != null and !"".equals(record.frontLevelId)">
|
|
<if test="record.frontLevelId != null and !"".equals(record.frontLevelId)">
|
|
|
|
|
|
|
|
and (front_level_id = #{record.frontLevelId}
|
|
and (front_level_id = #{record.frontLevelId}
|
|
@@ -973,6 +981,11 @@
|
|
|
<if test="record.addStep != null and !"".equals(record.addStep)">
|
|
<if test="record.addStep != null and !"".equals(record.addStep)">
|
|
|
and add_step = #{record.addStep}
|
|
and add_step = #{record.addStep}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+
|
|
|
|
|
+ <if test="record.addStepStr != null and !"".equals(record.addStepStr)">
|
|
|
|
|
+ and add_step in (${record.addStepStr})
|
|
|
|
|
+ </if>
|
|
|
|
|
+
|
|
|
<if test="record.frontLevelId != null and !"".equals(record.frontLevelId)">
|
|
<if test="record.frontLevelId != null and !"".equals(record.frontLevelId)">
|
|
|
|
|
|
|
|
and (front_level_id = #{record.frontLevelId}
|
|
and (front_level_id = #{record.frontLevelId}
|
|
@@ -1181,6 +1194,11 @@
|
|
|
<if test="addStep != null and !"".equals(addStep)">
|
|
<if test="addStep != null and !"".equals(addStep)">
|
|
|
and add_step = #{addStep}
|
|
and add_step = #{addStep}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+
|
|
|
|
|
+ <if test="addStepStr != null and !"".equals(addStepStr)">
|
|
|
|
|
+ and add_step in (${addStepStr})
|
|
|
|
|
+ </if>
|
|
|
|
|
+
|
|
|
<if test="frontLevelId != null and !"".equals(frontLevelId)">
|
|
<if test="frontLevelId != null and !"".equals(frontLevelId)">
|
|
|
|
|
|
|
|
and (front_level_id = #{frontLevelId}
|
|
and (front_level_id = #{frontLevelId}
|
|
@@ -1372,6 +1390,10 @@
|
|
|
and add_step = #{addStep}
|
|
and add_step = #{addStep}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
|
|
|
|
|
+ <if test="addStepStr != null and !"".equals(addStepStr)">
|
|
|
|
|
+ and add_step in (${addStepStr})
|
|
|
|
|
+ </if>
|
|
|
|
|
+
|
|
|
</where>
|
|
</where>
|
|
|
LIMIT 1
|
|
LIMIT 1
|
|
|
</select>
|
|
</select>
|
|
@@ -1481,6 +1503,10 @@
|
|
|
and add_step = #{addStep}
|
|
and add_step = #{addStep}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
|
|
|
|
|
+ <if test="addStepStr != null and !"".equals(addStepStr)">
|
|
|
|
|
+ and add_step in (${addStepStr})
|
|
|
|
|
+ </if>
|
|
|
|
|
+
|
|
|
</where>
|
|
</where>
|
|
|
LIMIT 1
|
|
LIMIT 1
|
|
|
</select>
|
|
</select>
|