提交 b9d869ed authored 作者: 000516's avatar 000516 提交者: Coding

获取每日促销数据恢复正常

Merge Request: 获取每日促销数据恢复正常 Created By: @李秋林 Accepted By: @李秋林 URL: https://g-pkkp8204.coding.net/p/promotion/d/wangxiaolu-export/git/merge/128?initial=true
......@@ -42,26 +42,6 @@
ORDER BY ar.id;
</select>
<!-- todo 稍后修复 -->
<!-- <select id="findListByCreateDate" resultMap="BaseResultMap">-->
<!-- select id,-->
<!-- temporary_id,-->
<!-- approver_id,-->
<!-- temporary_name,-->
<!-- approve_name,-->
<!-- city,-->
<!-- create_date,-->
<!-- store_name,-->
<!-- activity_pattern,-->
<!-- approve_status,-->
<!-- line_name,-->
<!-- dept_qc_org_name as org_name-->
<!-- from temporary_activity_reported-->
<!-- where create_date = #{dateStr}-->
<!-- and is_delete = 1-->
<!-- and (dept_qc_org_name like '%战区' or dept_qc_org_name = '重客运营部')-->
<!-- </select>-->
<select id="findListByCreateDate" resultMap="BaseResultMap">
select id,
temporary_id,
......@@ -76,9 +56,9 @@
line_name,
dept_qc_org_name as org_name
from temporary_activity_reported
where create_date LIKE '2024-10-%'
where create_date = #{dateStr}
and is_delete = 1
and approver_id = '6477368280946792512'
and (dept_qc_org_name like '%战区' or dept_qc_org_name = '重客运营部')
</select>
<!-- <select id="findListByCreateDate" resultMap="BaseResultMap">-->
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论