|
@@ -112,13 +112,13 @@ public class OutStoreFormServiceImpl extends BaseServiceImpl<OutStoreFormMapper,
|
|
|
}*/
|
|
|
outStoreFormVO.setDetailList(mapper.selectDetailList(id));
|
|
|
// 获取成本归属
|
|
|
- if(StringUtils.isNotBlank(outStoreFormVO.getPickId())){
|
|
|
+ /*if(StringUtils.isNotBlank(outStoreFormVO.getPickId())){
|
|
|
String sbId = repairApplicationFormMapper.selectById(outStoreFormVO.getPickId()).getSbId();
|
|
|
SbInfo sbInfo = sbInfoMapper.selectByPrimaryKey(sbId);
|
|
|
if(StringUtils.isNotBlank(sbInfo.getPositionId())){
|
|
|
outStoreFormVO.setFeeFrom(sbPositionMapper.selectNameById(sbInfo.getPositionId()) + "-" + sbInfo.getCph());
|
|
|
}
|
|
|
- }
|
|
|
+ }*/
|
|
|
return outStoreFormVO;
|
|
|
}
|
|
|
|