代码codeview
This commit is contained in:
parent
2c14888e0d
commit
86dc06dd54
|
|
@ -137,13 +137,9 @@ public class BackApplyServiceImpl implements BackApplyService {
|
|||
}
|
||||
if (companyId != null) {
|
||||
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) {
|
||||
|
|
@ -411,6 +407,7 @@ public class BackApplyServiceImpl implements BackApplyService {
|
|||
|
||||
/**
|
||||
* 退料批量审核-审核(web)
|
||||
*
|
||||
* @param dto
|
||||
* @return
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue