Commit e83c344f by guojx

达成明细和拆解明细调整

parent 9680601b
......@@ -158,7 +158,7 @@ public class StoreTargetConfigController {
voList.add(0, vo);
}
resultPage.setResult(voList);
return RestResponse.successResult(page);
return RestResponse.successResult(resultPage);
}
/**
......@@ -206,7 +206,7 @@ public class StoreTargetConfigController {
voList.add(0, vo);
}
resultPage.setResult(voList);
return RestResponse.successResult(page);
return RestResponse.successResult(resultPage);
}
private int getStoreGroupType(Integer showAllStoreFlag, String nextStoreGroupId) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment