【物料变更提交泛微】拆分为变更分录 修改报错

This commit is contained in:
tanfengling@x-ri.com 2025-12-11 17:15:10 +08:00
parent 0b34e4154e
commit e694124d66
1 changed files with 1 additions and 1 deletions

View File

@ -5875,7 +5875,7 @@ public class FWImpl {
JSONObject detail_change = new JSONObject();
JSONArray recordsArr_change = new JSONArray();
DynamicObjectCollection changeEntries = bill.getDynamicObjectCollection("");
DynamicObjectCollection changeEntries = bill.getDynamicObjectCollection("tqq9_changeentry");
for (DynamicObject changeEntry : changeEntries) {
String bgzd = changeEntry.getString("tqq9_fieldname");
String bgq = changeEntry.getString("tqq9_oldvalue");