自动生成job
This commit is contained in:
@@ -44,6 +44,9 @@
|
||||
<result property="documentTypeCode" column="document_type_code" />
|
||||
<result property="businessCreateTime" column="business_create_time" />
|
||||
<result property="orgCode" column="org_code" />
|
||||
<result property="pushBillingRecordJobId" column="push_billing_record_job_id" />
|
||||
<result property="pushContractManageToBmsJobId" column="push_contract_manage_to_bms_job_id" />
|
||||
<result property="pushBillManageJobId" column="push_bill_manage_job_id" />
|
||||
</resultMap>
|
||||
|
||||
<sql id="business_document_where">
|
||||
@@ -117,6 +120,9 @@
|
||||
bd.document_type,
|
||||
bd.document_type_code,
|
||||
a.org_code,
|
||||
a.push_billing_record_job_id,
|
||||
a.push_contract_manage_to_bms_job_id,
|
||||
a.push_bill_manage_job_id,
|
||||
bd.create_time as business_create_time
|
||||
from settlement_customers a
|
||||
left join "NGWL_TEST_USER"."USER_SHIPPER" b on a.settlement_entity_id = b.user_id
|
||||
|
||||
Reference in New Issue
Block a user