修改配置
This commit is contained in:
Binary file not shown.
@@ -88,7 +88,7 @@ namespace WMS.Web.Api.Controllers
|
||||
[Route("hj")]
|
||||
public async Task<string> TestHJ()
|
||||
{
|
||||
await _inStockTaskService.ErpDel(DateTime.Now.AddHours(-8));
|
||||
//await _inStockTaskService.ErpDel(DateTime.Now.AddDays(-100));
|
||||
// List<int> boxIds = new List<int>();
|
||||
// boxIds.Add(5324);
|
||||
//var b= await _inStockService.UnBind(boxIds, true);
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"DBConnectionString": "Server=192.168.7.103; Database=wms_db;User Id=root;password=L8mrCGbPisAa6GNh;port=3306;CharSet=gb2312;Connect Timeout=150;",
|
||||
"RedisConnectionString": "47.110.156.96:16379,password=123456,DefaultDatabase=2",
|
||||
"RedisIpRateLimitingConnectionString": "47.110.156.96:16379,password=123456,DefaultDatabase=2",
|
||||
"SingleBaseUrl": "http://47.110.156.96:8019/api",
|
||||
"SingleBaseUrl": "http://127.0.0.1:8066/api",
|
||||
"DBType": "Mysql",
|
||||
"CompanyId": 1,
|
||||
"AllowCache": false,
|
||||
|
||||
Reference in New Issue
Block a user