fix:需求单下推单据类型改成库存调拨

This commit is contained in:
zhangzq
2026-07-23 18:39:53 +08:00
parent 4eb07e40f6
commit 334c557a55

View File

@@ -236,7 +236,7 @@ public class PmDemandServiceImpl extends ServiceImpl<PmDemandMapper, PmDemand> i
JSONObject billParam = new JSONObject();
billParam.put("stor_code", inventoryDis.getString("horseCode"));
billParam.put("biz_date", DateUtil.today());
billParam.put("bill_type", IOSEnum.BILL_TYPE.code("调拨出库"));
billParam.put("bill_type", IOSEnum.BILL_TYPE.code("库存调拨"));
billParam.put("remark", "需求单下推生成");
List<JSONObject> tableData = new ArrayList<>();