|
@@ -615,8 +615,8 @@ public class FaInventoryTaskListNew extends AbstractListPlugin {
|
|
|
inventoryRecordInstance.set("inventschemeentry_id", inventoryTask.getDynamicObject("inventsscopeid").getDynamicObject("inventschemeentry").getPkValue());
|
|
|
inventoryRecordInstance.set("billstatus", "C");
|
|
|
inventoryRecordInstance.set("billstate", "A");
|
|
|
- inventoryRecordInstance.set("nckd_storeplace", realCard.get("id").toString());
|
|
|
- inventoryRecordInstance.set("nckd_fincard_id", fin != null ? fin.getLong("id") : 0);
|
|
|
+ inventoryRecordInstance.set("nckd_storeplace", realCard.getString("nckd_storeplace"));
|
|
|
+ inventoryRecordInstance.set("nckd_fincard_id", fin != null ? fin.getLong("id") : null);
|
|
|
inventoryRecordList.add(inventoryRecordInstance);
|
|
|
}
|
|
|
|