Commit 7212ebd2 authored by 吴春's avatar 吴春
parents 993ec356 4e20931d
...@@ -68,7 +68,7 @@ namespace Mall.Repository.Point ...@@ -68,7 +68,7 @@ namespace Mall.Repository.Point
} }
if (where.UserId > 0) if (where.UserId > 0)
{ {
sb.AppendFormat(" and ID={0}", where.UserId); sb.AppendFormat(" and UserId={0}", where.UserId);
} }
if (where.Type > 0) { if (where.Type > 0) {
sb.AppendFormat(" and Type ={0}", (int)where.Type); sb.AppendFormat(" and Type ={0}", (int)where.Type);
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"accessKeyId": "LTAIwE7l9dImZSa3", "accessKeyId": "LTAIwE7l9dImZSa3",
"accessKeySecret": "j47Ajn0d0WzUCIX8Biyj3P2r8QDltI" "accessKeySecret": "j47Ajn0d0WzUCIX8Biyj3P2r8QDltI"
}, },
"JwtSecretKey": "@VIITTOREBORN*2018", "JwtSecretKey": "@VIITTOREBORN*2018123",
"JwtExpirTime": 2592000, "JwtExpirTime": 2592000,
"ApiExpirTime": 2592000, "ApiExpirTime": 2592000,
"AllowedHosts": "*", "AllowedHosts": "*",
...@@ -51,10 +51,10 @@ ...@@ -51,10 +51,10 @@
"ExpendDepartment": 331, "ExpendDepartment": 331,
"RebornDMC": "reborn_dmc", "RebornDMC": "reborn_dmc",
"PropertyDB": "test_property", "PropertyDB": "test_property",
"IncomeFinanceApi": "http://192.168.2.13:8083/api/Mall/InsertFinanceBatchForMallIn", "IncomeFinanceApi": "http://192.168.1.13:8083/api/Mall/InsertFinanceBatchForMallIn",
"PaymentFinanceApi": "http://192.168.2.13:8083/api/Mall/InsertFinanceBatchForMallOut", "PaymentFinanceApi": "http://192.168.1.13:8083/api/Mall/InsertFinanceBatchForMallOut",
"ZYRefundFinanceApi": "http://192.168.2.13:8083/api/Mall/SetMallOrderSalesTheWayRefund", "ZYRefundFinanceApi": "http://192.168.1.13:8083/api/Mall/SetMallOrderSalesTheWayRefund",
"PropertyApi": "http://192.168.2.13:8087/api/ECWorkFlow/SetECSuppliesStockInFlow", "PropertyApi": "http://192.168.1.13:8087/api/ECWorkFlow/SetECSuppliesStockInFlow",
"FinanceKey": "FinanceMallInsertToERPViitto2020", "FinanceKey": "FinanceMallInsertToERPViitto2020",
"SettlementRate": "0.60", "SettlementRate": "0.60",
"RabbitMqConfig": { "RabbitMqConfig": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment