|
@@ -467,7 +467,7 @@
|
|
|
and a.split_status= #{splitStatus}
|
|
and a.split_status= #{splitStatus}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="splitStatus ==3">
|
|
<if test="splitStatus ==3">
|
|
|
- and a.split_status= #{splitStatus}
|
|
|
|
|
|
|
+ and a.split_status !=2
|
|
|
</if>
|
|
</if>
|
|
|
and a.cid= #{id} order by a.id
|
|
and a.cid= #{id} order by a.id
|
|
|
</select>
|
|
</select>
|