Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
efc78860bf
@ -125,7 +125,7 @@ public class BomRouteServiceImpl implements IBomRouteService
|
|||||||
mbbProduBom.setBomRouteId(bomRouteId);
|
mbbProduBom.setBomRouteId(bomRouteId);
|
||||||
list.add(mbbProduBom);
|
list.add(mbbProduBom);
|
||||||
}
|
}
|
||||||
if (list.size() > 0)
|
if (!list.isEmpty())
|
||||||
{
|
{
|
||||||
bomRouteMapper.batchMbbProduBom(list);
|
bomRouteMapper.batchMbbProduBom(list);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user