|
@@ -153,7 +153,7 @@ public class InvoiceUtil {
|
|
|
// TODO: 2024/10/28 可能是新增房间返回的数据
|
|
|
ap_payitemJson.put("def11","1001211000000003UGY0"); //转出前房号编码,必选
|
|
|
ap_payitemJson.put("def9","001"); //业态,必选,看云文档业态
|
|
|
- ap_payitemJson.put("def10",""); //项目档案编码,看云文档项目档案对照
|
|
|
+ ap_payitemJson.put("def10","mwjyAdk"); //项目档案编码,看云文档项目档案对照
|
|
|
ap_payitem.add(ap_payitemJson);
|
|
|
json.put("ap_payitem",ap_payitem);
|
|
|
|
|
@@ -197,7 +197,7 @@ public class InvoiceUtil {
|
|
|
ar_recitemJson.put("pk_subjcode","MY003"); //收支项目编码,非必选
|
|
|
|
|
|
// TODO: 2024/10/28 可能是新增房间返回的数据
|
|
|
- ar_recitemJson.put("def11",""); //转出前房号编码,收除了诚意金之外的首期等需要选
|
|
|
+ ar_recitemJson.put("def11","1001211000000003UGY0"); //转出前房号编码,收除了诚意金之外的首期等需要选
|
|
|
ar_recitemJson.put("def9","001"); //业态,必选,看云文档业态
|
|
|
// TODO: 2024/10/28 没有
|
|
|
ar_recitemJson.put("def7",""); //房产工程项目,必选,看云文档
|