Signed-off-by: anderx <312518615@qq.com>
@@ -467,7 +467,7 @@
and a.split_status= #{splitStatus}
</if>
<if test="splitStatus ==3">
- and a.split_status= #{splitStatus}
+ and a.split_status !=2
and a.cid= #{id} order by a.id
</select>