限价修改bug修改
This commit is contained in:
@ -155,7 +155,7 @@ public class BusBillofquantitiesLimitListServiceImpl extends ServiceImpl<BusBill
|
|||||||
list.add(update);
|
list.add(update);
|
||||||
}
|
}
|
||||||
if (list.isEmpty()) {
|
if (list.isEmpty()) {
|
||||||
return false;
|
throw new ServiceException("无修改内容");
|
||||||
}
|
}
|
||||||
return baseMapper.updateBatchByIdByNull(list);
|
return baseMapper.updateBatchByIdByNull(list);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user