@@ -277,7 +277,7 @@ async function getPriceInfoSource(token, period, city, county) {
token,
province,
city,
- county,
+ county: county === '电白区' ? '电白市' : county, // 造价通里叫电白市
industry,
// date: `${period}-05` // 天数05表示请求月度数据
};