|
@@ -86,5 +86,6 @@ public interface OrderGoodsMapper extends BaseMapper<OrderGoods> {
|
|
|
@InterceptorIgnore(tenantLine = "true")
|
|
@InterceptorIgnore(tenantLine = "true")
|
|
|
List<OrderGoods> listByNotTenant();
|
|
List<OrderGoods> listByNotTenant();
|
|
|
|
|
|
|
|
|
|
+ @InterceptorIgnore(tenantLine = "true")
|
|
|
int upBatchNumById(OrderGoods orderGoods);
|
|
int upBatchNumById(OrderGoods orderGoods);
|
|
|
}
|
|
}
|