Merge branch 'test' of https://git.will-way.cn/zgty/zt-qms into test
This commit is contained in:
@@ -321,6 +321,8 @@ public class BusinessSubSampleServiceImpl implements BusinessSubSampleService {
|
|||||||
* */
|
* */
|
||||||
BusinessSubSampleExtendRespVO respVO = BeanUtils.toBean(businessSubSampleDO, BusinessSubSampleExtendRespVO.class);
|
BusinessSubSampleExtendRespVO respVO = BeanUtils.toBean(businessSubSampleDO, BusinessSubSampleExtendRespVO.class);
|
||||||
respVO.setIsPrint(printFlag);
|
respVO.setIsPrint(printFlag);
|
||||||
|
respVO.setWarehouseName(warehouseDO.getName());
|
||||||
|
respVO.setWarehouseLocationCode(locationDO.getCode());
|
||||||
return respVO;
|
return respVO;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user