fix:换标出库不回传

This commit is contained in:
zhouz
2025-11-10 16:06:33 +08:00
parent 270bd3e556
commit df75bf7e93

View File

@@ -2101,6 +2101,10 @@ public class StIvtIostorinvOutServiceImpl extends ServiceImpl<StIvtIostorinvOutM
mstDao.setOut_stor_id(whereJson.getLongValue("out_stor_id")); mstDao.setOut_stor_id(whereJson.getLongValue("out_stor_id"));
} }
if (mstDao.getBill_type().equals("1012")){
mstDao.setIs_upload(IOSEnum.IS_NOTANDYES.code(""));
}
} else { } else {
// 修改 // 修改
mstDao.setBiz_date(whereJson.get("biz_date").toString().substring(0, 10)); mstDao.setBiz_date(whereJson.get("biz_date").toString().substring(0, 10));