bug xf
This commit is contained in:
@@ -283,7 +283,7 @@ public class BuyOrderController {
|
||||
List<BuyOrderDetailEntity> buyOrderDetailEntities = buyOrderDetailService.getBaseMapper().selectList(wrapper1);
|
||||
one.setProducts(buyOrderDetailEntities);
|
||||
|
||||
return R.ok().put("user",one);
|
||||
return R.ok().put("detail",one);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user