提交 b5342c98 authored 作者: 000516's avatar 000516

飞书CP表格添加活动品项

上级 2342174c
...@@ -52,4 +52,8 @@ public class TemporaryActivityReportedDO implements Serializable { ...@@ -52,4 +52,8 @@ public class TemporaryActivityReportedDO implements Serializable {
@TableField(exist = false) @TableField(exist = false)
private String date; private String date;
/**
* 活动品项:老品/黑鸭/散称
*/
private String prdClass;
} }
\ No newline at end of file
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
<result property="dealerName" column="dealer_name" jdbcType="VARCHAR"/> <result property="dealerName" column="dealer_name" jdbcType="VARCHAR"/>
<result property="lineName" column="line_name" jdbcType="VARCHAR"/> <result property="lineName" column="line_name" jdbcType="VARCHAR"/>
<result property="orgName" column="org_name" jdbcType="VARCHAR"/> <result property="orgName" column="org_name" jdbcType="VARCHAR"/>
<result property="prdClass" column="prd_class" jdbcType="VARCHAR"/>
</resultMap> </resultMap>
<select id="findListByCreateDate" resultMap="BaseResultMap"> <select id="findListByCreateDate" resultMap="BaseResultMap">
...@@ -32,7 +33,8 @@ ...@@ -32,7 +33,8 @@
activity_pattern, activity_pattern,
approve_status, approve_status,
line_name, line_name,
dept_qc_org_name as org_name dept_qc_org_name as org_name,
prd_class
from temporary_activity_reported from temporary_activity_reported
where create_time BETWEEN '${dateStr} 00:00:00' and '${dateStr} 23:59:00' where create_time BETWEEN '${dateStr} 00:00:00' and '${dateStr} 23:59:00'
and is_delete = 1 and is_delete = 1
...@@ -52,7 +54,8 @@ ...@@ -52,7 +54,8 @@
activity_pattern, activity_pattern,
approve_status, approve_status,
line_name, line_name,
dept_qc_org_name as org_name dept_qc_org_name as org_name,
prd_class
from temporary_activity_reported from temporary_activity_reported
where create_time between #{params.createDateStart} and #{params.createDateEnd} where create_time between #{params.createDateStart} and #{params.createDateEnd}
and is_delete = 1 and is_delete = 1
...@@ -73,7 +76,8 @@ ...@@ -73,7 +76,8 @@
activity_pattern, activity_pattern,
approve_status, approve_status,
line_name, line_name,
dept_qc_org_name as org_name dept_qc_org_name as org_name,
prd_class
from temporary_activity_reported from temporary_activity_reported
where id in where id in
<foreach collection="ids" item="id" open="(" close=")" separator=","> <foreach collection="ids" item="id" open="(" close=")" separator=",">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论