提交内容:银企交易明细,电子回单查询推送BIP

备注:银企交易明细,电子回单查询推送BIP
提交人:邹江涛
This commit is contained in:
zoujiangtao 2024-12-22 15:34:55 +08:00
parent 10c1c89f57
commit fd1bda9fae
1 changed files with 2 additions and 0 deletions

View File

@ -523,6 +523,8 @@ 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]);
} }