自动生成opBatch

master
nodyang@aliyun.com 2 months ago
parent 0772326467
commit 9417bbf7e3

@ -64,8 +64,6 @@ namespace SlnMesnac.RfidUpload.UI
if (res.IsSuccess) if (res.IsSuccess)
{ {
List<Institution> institutionList = res.ToObjectList<Institution>(); List<Institution> institutionList = res.ToObjectList<Institution>();
// res.@object.ConvertAll(item => JsonConvert.DeserializeObject<Institution>(item.ToString()));
int count = 1; int count = 1;
Console.WriteLine("机构信息:"); Console.WriteLine("机构信息:");
foreach (var institution in institutionList) foreach (var institution in institutionList)
@ -146,8 +144,8 @@ namespace SlnMesnac.RfidUpload.UI
CsbResult res = csbHandleBusiness.transferOrderFfjhCheckByCsb(_transferOrderInfo.ffjhNo, _transferOrderInfo.ffjhscrq); CsbResult res = csbHandleBusiness.transferOrderFfjhCheckByCsb(_transferOrderInfo.ffjhNo, _transferOrderInfo.ffjhscrq);
this.PageMessage.Content = $"验证封发计划接口:{res.GetMsg()}"; this.PageMessage.Content = $"验证封发计划接口:{res.GetMsg()}";
if (res.code == "200") if (res.code == "200")
{ //封发计划正常可封发 {
//封发计划正常可封发
RefreshSubmitVerifyEvent?.Invoke(3, res.GetMsg(), _transferOrderInfo,institution); RefreshSubmitVerifyEvent?.Invoke(3, res.GetMsg(), _transferOrderInfo,institution);
this.Close(); this.Close();

Loading…
Cancel
Save