Commit 76be3074 by 王勇飞

gyq

parent c4fba3b0
新疆维吾尔自治区 合肥
\ No newline at end of file \ No newline at end of file
...@@ -52,7 +52,7 @@ function findTitlePath(items, findstr, results) { ...@@ -52,7 +52,7 @@ function findTitlePath(items, findstr, results) {
let straid=[] let straid=[]
let skucodemap={} let skucodemap={}
for(let stinfo of stsinfos){ for(let stinfo of stsinfos){
let tg=stinfo.price_name.replace("EDI","").replace("ICP","").replace("(",",").replace(")","").replace("章","").replace("税控","").replace("完成","").replace("\t\r\n","").replace("天","工作日") let tg=stinfo.price_name.replace("EDI","").replace("ICP","").replace("(",",").replace(")","").replace("章","").replace("完成","").replace("\t\r\n","").replace("天","工作日")
//按照price_name去策略表中查询策略id //按照price_name去策略表中查询策略id
let strategy=await ps.db.models.pricestrategy.findOne({where:{optionunion:tg}}) let strategy=await ps.db.models.pricestrategy.findOne({where:{optionunion:tg}})
if(!strategy){ if(!strategy){
......
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