提交 f915a667 authored 作者: 李秋林's avatar 李秋林

获取城市经理bug

上级 1238e81e
...@@ -19,30 +19,6 @@ ...@@ -19,30 +19,6 @@
<result property="orgName" column="org_name" jdbcType="VARCHAR"/> <result property="orgName" column="org_name" jdbcType="VARCHAR"/>
</resultMap> </resultMap>
<!-- <select id="findList" resultMap="BaseResultMap">-->
<!-- select ar.id,-->
<!-- ar.temporary_id,-->
<!-- ar.approver_id,-->
<!-- ar.temporary_name,-->
<!-- ar.approve_name,-->
<!-- ar.city,-->
<!-- ar.create_date,-->
<!-- ar.store_id,-->
<!-- ar.store_name,-->
<!-- ar.activity_pattern,-->
<!-- ar.approve_status,-->
<!-- ps.line_name,-->
<!-- qd.org_name-->
<!-- from temporary_activity_reported ar-->
<!-- left join promotion_store ps on ar.store_id = ps.id-->
<!-- left join qince_employee qe on ar.approver_id = qe.qc_id-->
<!-- left join qince_department qd on qe.waiqin365_org_id = qd.qc_id-->
<!-- where (ar.create_time between #{params.createDateStart} and #{params.createDateEnd})-->
<!-- and ar.is_delete = 1-->
<!-- and (qd.org_name like '%战区' or qd.org_name = '重客销售部')-->
<!-- ORDER BY ar.id;-->
<!-- </select>-->
<select id="findListByCreateDate" resultMap="BaseResultMap"> <select id="findListByCreateDate" resultMap="BaseResultMap">
select id, select id,
temporary_id, temporary_id,
...@@ -68,7 +44,7 @@ ...@@ -68,7 +44,7 @@
temporary_id, temporary_id,
approver_id, approver_id,
temporary_name, temporary_name,
approve_name, manage_name,
city, city,
create_date, create_date,
dealer_name, dealer_name,
...@@ -89,7 +65,7 @@ ...@@ -89,7 +65,7 @@
temporary_id, temporary_id,
approver_id, approver_id,
temporary_name, temporary_name,
approve_name, manage_name,
city, city,
create_date, create_date,
dealer_name, dealer_name,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论