代码codeview

This commit is contained in:
liang.chao 2024-05-10 17:05:24 +08:00
parent 2c14888e0d
commit 86dc06dd54
1 changed files with 5 additions and 8 deletions

View File

@ -137,13 +137,9 @@ public class BackApplyServiceImpl implements BackApplyService {
} }
if (companyId != null) { if (companyId != null) {
bean.setCompanyId(companyId.toString()); bean.setCompanyId(companyId.toString());
List<BackApplyInfo> view = backApplyMapper.getView(bean);
return getMaTypeDetails(view);
} else {
List<BackApplyInfo> view = backApplyMapper.getView(bean);
return getMaTypeDetails(view);
} }
List<BackApplyInfo> view = backApplyMapper.getView(bean);
return getMaTypeDetails(view);
} }
private List<BackApplyInfo> getMaTypeDetails(List<BackApplyInfo> view) { private List<BackApplyInfo> getMaTypeDetails(List<BackApplyInfo> view) {
@ -411,6 +407,7 @@ public class BackApplyServiceImpl implements BackApplyService {
/** /**
* 退料批量审核-审核(web) * 退料批量审核-审核(web)
*
* @param dto * @param dto
* @return * @return
*/ */