Commit bbf6a49c authored by 何娜's avatar 何娜

苏宁郑州特殊处理

parent 1b64bf0a
Pipeline #26472 passed with stage
in 3 seconds
...@@ -137,6 +137,11 @@ class OrderController extends Controller { ...@@ -137,6 +137,11 @@ class OrderController extends Controller {
if (data) { if (data) {
await service.partner.appKeyLimit(appKey); await service.partner.appKeyLimit(appKey);
const result = await service.storage.read(orderId, appKey); const result = await service.storage.read(orderId, appKey);
if((appKey === '49B580DEDF9E419CA0164C421331B89E' || appKey === '81B48E83FA9B4D18B7214552FD918253' || appKey === '6CF690AAD0F14410BDC064BE11BA07FC' || appKey === '80E7489823C94B228EA81221A0FFC8C7') && result.cityName === '郑州'){
for(let item of result.data.gjj_data){
item.gjj_account_analyzed_data.cont_last_times = 12
}
}
ctx.body = { ctx.body = {
code: 0, code: 0,
data: { data: {
......
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