|
|
@ -167,7 +167,8 @@ |
|
|
|
<!-- 批量新增组织项目数据 --> |
|
|
|
<insert id="insertAgencyProject"> |
|
|
|
INSERT INTO fact_agency_project_daily |
|
|
|
(REPLACE(UUID(), '-', ''), |
|
|
|
( |
|
|
|
ID, |
|
|
|
CUSTOMER_ID, |
|
|
|
AGENCY_ID, |
|
|
|
PARENT_ID, |
|
|
@ -199,7 +200,7 @@ |
|
|
|
values |
|
|
|
<foreach collection="list" item="i" separator=","> |
|
|
|
( |
|
|
|
id |
|
|
|
REPLACE(UUID(), '-', ''), |
|
|
|
#{i.customerId}, |
|
|
|
#{i.agencyId}, |
|
|
|
#{i.parentId}, |
|
|
|