提交内容:接口调整,编码传统一社会信用代码

备注:接口调整,编码传统一社会信用代码
提交人:邹江涛
This commit is contained in:
zoujiangtao 2024-12-27 15:46:01 +08:00
parent 056c49a279
commit c05fb9d50f
1 changed files with 0 additions and 2 deletions

View File

@ -547,8 +547,6 @@ public class ApiService {
value = "4"; value = "4";
break; break;
} }
} else if ("description".equals(parts[0])) {
value = billObject.getLocaleString("description").getLocaleValue();
} else { } else {
value = billObject.get(parts[0]); value = billObject.get(parts[0]);
} }