Commit 6aa3f1f6 authored by 何娜's avatar 何娜

Update order.js

parent bbf6a49c
Pipeline #27106 passed with stage
in 11 seconds
......@@ -137,11 +137,6 @@ class OrderController extends Controller {
if (data) {
await service.partner.appKeyLimit(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 = {
code: 0,
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