|
|
@ -327,12 +327,12 @@
|
|
|
|
<if test="ew.entity.origin!=null"> AND ORIGIN=#{ew.entity.origin}</if>
|
|
|
|
<if test="ew.entity.origin!=null"> AND ORIGIN=#{ew.entity.origin}</if>
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="ew!=null and ew.sqlSegment!=null and ew.nonEmptyOfWhere">
|
|
|
|
<if test="ew!=null and ew.sqlSegment!=null and ew.nonEmptyOfWhere">
|
|
|
|
${ew.sqlSegment}
|
|
|
|
AND ${ew.sqlSegment}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
<if test="ew!=null and ew.sqlSegment!=null and ew.emptyOfWhere">
|
|
|
|
<if test="ew!=null and ew.sqlSegment!=null and ew.emptyOfWhere">
|
|
|
|
${ew.sqlSegment}
|
|
|
|
AND ${ew.sqlSegment}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|