E库存更新
This commit is contained in:
parent
8d1fa52a66
commit
5854ed364f
@ -110,7 +110,8 @@ public class CostCenterServiceImpl implements CostCenterService {
|
|||||||
}
|
}
|
||||||
String status = "";
|
String status = "";
|
||||||
// 选中数据中的业助是否全部与借用人相同,相同是 true
|
// 选中数据中的业助是否全部与借用人相同,相同是 true
|
||||||
boolean exist = boxList.stream().allMatch(item -> career_ASSISTANCE.equals(item.getCAREER_ASSISTANCE()));
|
boolean exist = boxList.stream().allMatch(item -> career_ASSISTANCE.equals(item.getCAREER_ASSISTANCE()) ||
|
||||||
|
StringUtils.isEmpty(item.getCAREER_ASSISTANCE()));
|
||||||
if (exist) {
|
if (exist) {
|
||||||
status = "1"; // 完成
|
status = "1"; // 完成
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user