opt:修改正式环境相关

This commit is contained in:
gongbx
2024-05-08 09:34:41 +08:00
parent d9503c29fe
commit df4f65afb1
2 changed files with 3 additions and 3 deletions

View File

@@ -107,7 +107,7 @@
SELECT
djid,
flxh as seq,
flxh as entryId,
flid as entryId,
czsl as qty,
ckbm as warehouseNo,
kwbm as locationNo,
@@ -128,7 +128,7 @@
update_name as nWhUser,
djly,
flxh as seq,
flxh as entryId,
flid as entryId,
czsl as qty,
ckbm as warehouseNo,
kwbm as locationNo,

View File

@@ -193,7 +193,7 @@ public class EasOutInBillDetailServiceImpl extends ServiceImpl<EasOutInBillDetai
if (CollectionUtils.isNotEmpty(entityList)) {
List<EasOutInBillDetailVO> entityLists = entityList.stream().filter(r -> StringUtils.isNotEmpty(r.getKwbm())).collect(Collectors.toList());
Set<String> ids = entityLists.stream().map(EasOutInBillDetailVO::getFlid).collect(Collectors.toSet());
ieasOutInBillService.audit(ids,false);
//ieasOutInBillService.audit(ids,false);
if (ids.size() == entityList.size() && ids.size() > 1) {
entityList.forEach(r -> {
UpdateWrapper<EasOutInBillDetail> updateWrapper = new UpdateWrapper<>();