Browse Source

纽威同步修改

master
陆晔 2 years ago
parent
commit
261ad116a5
  1. 2
      ICSSoft.FromERP/ICSSoft.FromERP/App.config
  2. BIN
      ICSSoft.FromERP/Root/ICSSoft.Frame.Data.Entity.dll
  3. 2
      ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs

2
ICSSoft.FromERP/ICSSoft.FromERP/App.config

@ -8,7 +8,7 @@
<appSettings>
<add key="ERPDB" value="[192.168.1.218].[ICS_WMS_NW]"/>
<add key="WHCode" value="101"/>
<add key="Date" value="2021-09-01"/>
<add key="Date" value="2023-03-01"/>
</appSettings>
<connectionStrings>
<add name="SysConnectionString" connectionString="Data Source=192.168.1.218;Database=ICS_WMS_NW;Uid=sa;Pwd=aA123456;"/>

BIN
ICSSoft.FromERP/Root/ICSSoft.Frame.Data.Entity.dll

Binary file not shown.

2
ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs

@ -6489,6 +6489,8 @@ WHERE WorkPoint='{0}' AND Quantity>ISNULL(TransferQuantity, 0) order by Transfer
}
catch (Exception ex)
{
if (cmd.Transaction != null)
cmd.Transaction.Rollback();
log.Error(ex.Message);
throw new Exception(ex.Message);
}

Loading…
Cancel
Save