给单据接口进行价格屏蔽
This commit is contained in:
@@ -383,7 +383,7 @@ public class DepotHeadController {
|
||||
BaseResponseInfo res = new BaseResponseInfo();
|
||||
DepotHeadVo4List dhl = new DepotHeadVo4List();
|
||||
try {
|
||||
List<DepotHeadVo4List> list = depotHeadService.getDetailByNumber(number);
|
||||
List<DepotHeadVo4List> list = depotHeadService.getDetailByNumber(number, request);
|
||||
if(list.size()>0) {
|
||||
dhl = list.get(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user