Commit fc04c095 by 蒋勇

d

parent 762d6918
......@@ -34,7 +34,7 @@ class ProductpriceService extends ServiceBase {
return false
}
})
regioninfo["code"] = areainfos[0].code
regioninfo["code"] = String(areainfos[0].code).padEnd(6,'0')
psrtn.push(regioninfo)
})
return psrtn
......
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