|
|
@@ -297,8 +297,8 @@ public class TransactionRecordService {
|
|
|
if (payLog.getContentType() == 1) {
|
|
|
pk_subjcode = InvoiceConstant.INVOICE_PAYMENT_TYPE_AJ001;
|
|
|
}
|
|
|
- // 首付
|
|
|
- if (payLog.getContentType() == 2) {
|
|
|
+ // 首付 首款-定金转
|
|
|
+ if (payLog.getContentType() == 2 || payLog.getContentType() == 8) {
|
|
|
pk_subjcode = InvoiceConstant.INVOICE_PAYMENT_TYPE_AJ002;
|
|
|
}
|
|
|
// 银行按揭
|
|
|
@@ -309,8 +309,8 @@ public class TransactionRecordService {
|
|
|
if (payLog.getContentType() == 4) {
|
|
|
pk_subjcode = InvoiceConstant.INVOICE_PAYMENT_TYPE_AJ015;
|
|
|
}
|
|
|
- // 楼款
|
|
|
- if (payLog.getContentType() == 5) {
|
|
|
+ // 楼款 房款-定金转
|
|
|
+ if (payLog.getContentType() == 5 || payLog.getContentType() == 9) {
|
|
|
pk_subjcode = InvoiceConstant.INVOICE_PAYMENT_TYPE_AJ003;
|
|
|
}
|
|
|
// 补差款
|