|
@@ -132,7 +132,7 @@ class MateirialVideoDailyReport:
|
|
cma.shot_id, #拍摄id
|
|
cma.shot_id, #拍摄id
|
|
cma.plan_id, #编导id
|
|
cma.plan_id, #编导id
|
|
cma.leader_id, #负责人id
|
|
cma.leader_id, #负责人id
|
|
- su.org_code, #机构编码
|
|
|
|
|
|
+ leader.org_code, #机构编码
|
|
video.signature, #素材id
|
|
video.signature, #素材id
|
|
null chl_type, #渠道类型
|
|
null chl_type, #渠道类型
|
|
clip.realname clip_name, #剪辑名称
|
|
clip.realname clip_name, #剪辑名称
|
|
@@ -333,8 +333,6 @@ class MateirialVideoDailyReport:
|
|
on cua.user_id=uc.user_id
|
|
on cua.user_id=uc.user_id
|
|
left join `jeecg-boot`.ctop_product product
|
|
left join `jeecg-boot`.ctop_product product
|
|
on cp.product_id=product.id
|
|
on cp.product_id=product.id
|
|
- left join `jeecg-boot`.sys_user su
|
|
|
|
- on cua.user_id = su.id
|
|
|
|
left join `jeecg-boot`.sys_user clip on clip.id = cma.clip_id
|
|
left join `jeecg-boot`.sys_user clip on clip.id = cma.clip_id
|
|
left join `jeecg-boot`.sys_user shot on shot.id = cma.shot_id
|
|
left join `jeecg-boot`.sys_user shot on shot.id = cma.shot_id
|
|
left join `jeecg-boot`.sys_user plan on plan.id = cma.plan_id
|
|
left join `jeecg-boot`.sys_user plan on plan.id = cma.plan_id
|