a
This commit is contained in:
@@ -21,6 +21,6 @@ def BarItemClick(e):
|
||||
fidList = List[str](set(map(lambda x:x.PrimaryKeyValue ,sellist)))
|
||||
service = STKInventoryService(this.Context)
|
||||
# raise Exception(str(type(fidList)))
|
||||
service.HandleSyncData(fidList, opResult)
|
||||
service.HandleSyncData(fidList, opResult,"")
|
||||
if opResult.OperateResult.Count > 0:
|
||||
this.View.ShowOperateResult(opResult.OperateResult)
|
||||
Reference in New Issue
Block a user