Explorar el Código

fix 清除车位

zoujiajian hace 1 año
padre
commit
0e9c7ec743

+ 1 - 0
netflix-service/src/main/java/com/cyksj/service/order/impl/OrderDonServiceImpl.java

@@ -3290,6 +3290,7 @@ public class OrderDonServiceImpl extends ServiceImpl<OrderDonMapper, OrderDon> i
 			groupsRelation.setYhsId(0l);
 			groupsRelation.setCmt(0);
 			groupsRelation.setAqType(1);
+			groupsRelationMapper.updateById(groupsRelation);
 			orderCommonService.delRelation(groupsRelation);
 		}
 	}