后台-退料申请与审核
This commit is contained in:
parent
a428cf7658
commit
a4850f1d40
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in New Issue