This commit is contained in:
liangjunyu
2025-11-07 15:22:46 +08:00
parent 874bbce384
commit 81316be41e
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ namespace Pilot_KD_Parino.SAL_DELIVERYNOTICE
var groupItemObj = this.View.Model.GetValue("F_IsGroupItem", e.Row);
var groupItem = groupItemObj == null ? false : groupItemObj.Convert<bool>();
if (!groupItem)
if (groupItem)
return;
var entrys = this.View.Model.DataObject["SAL_DELIVERYNOTICEENTRY"] as DynamicObjectCollection;