后台-退料申请与审核

This commit is contained in:
bns_han 2023-12-22 00:16:53 +08:00
parent a428cf7658
commit a4850f1d40
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ public class BackApplyServiceImpl implements BackApplyService {
@Override
public AjaxResult audit(BackApplyInfo bean) {
if (!StringUtils.isEmpty(bean.getIds())){
String[] ids = bean.getDetailsId().split(",");
String[] ids = bean.getIds().split(",");
for (int i=0;i< ids.length;i++){
String id=ids[i];
bean.setId(Long.valueOf(id));