Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
王奎兴
2026-06-23 18:11:27 +08:00
@@ -437,7 +437,7 @@ public class BusinessDocumentOrderApplicationService {
// 构建单个对象
Map<String, String> item = new HashMap<>();
item.put("erpBillNo", String.valueOf(businessDocumentOrderDTO.getId()));
item.put("erpBillNo", businessDocumentOrderDTO.getGoodsNumber());
item.put("operateType", String.valueOf(businessDocumentOrderDTO.getReviseApplyType()));
item.put("appMan", businessDocumentOrderDTO.getReviseApplyBy());
item.put("appMess", businessDocumentOrderDTO.getReviseApplyReason());