|
|
@@ -1177,7 +1177,7 @@ public class SyncService {
|
|
|
customer.put("regcapital", bizData.getString("F0000023")); // 注册资本
|
|
|
customer.put("curegcapital_number", "CNY"); // 注册资本币别
|
|
|
customer.put("businessterm", bizData.getString("F0000024")); // 营业期限
|
|
|
- customer.put("businessscope", bizData.getString("F0000025")); // 经营范围
|
|
|
+ customer.put("businessscope", bizData.getString("F0000034")); // 经营范围
|
|
|
if (bizData.getString("F0000026") != null && !bizData.getString("F0000026").trim().isEmpty()) {
|
|
|
customer.put("establishdate", formatDate(bizData.getString("F0000026"))); // 成立时间
|
|
|
}
|