|
|
@@ -3281,7 +3281,8 @@ public class OrderDonServiceImpl extends ServiceImpl<OrderDonMapper, OrderDon> i
|
|
|
groupsRelation.setStatus(GroupsRelation.Status.none);
|
|
|
}
|
|
|
groupsRelation.setYhsId(0l);
|
|
|
- groupsRelationMapper.updateById(groupsRelation);
|
|
|
+ groupsRelation.setCmt(0);
|
|
|
+ groupsRelation.setAqType(1);
|
|
|
orderCommonService.delRelation(groupsRelation);
|
|
|
}
|
|
|
}
|