bug
This commit is contained in:
@@ -649,7 +649,7 @@ namespace Tnb.WarehouseMgr
|
||||
|
||||
List<Dictionary<string, object>> requestData = new List<Dictionary<string, object>>();
|
||||
Dictionary<string, object> erpRequestData = new Dictionary<string, object>();
|
||||
string nowStr = DateTime.Now.ToString("yyyy-MM-dd hh:mm:ss");
|
||||
string nowStr = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
|
||||
erpRequestData.Add("billmaker",erpCreateId);
|
||||
erpRequestData.Add("cdptid","1001A1100000000JRLI1A100");// 先写死
|
||||
erpRequestData.Add("cdptvid","0001A11000000007GGO8");// 先写死
|
||||
|
||||
Reference in New Issue
Block a user