一日流程评估计划管理完成
This commit is contained in:
@ -56,8 +56,8 @@ public class ByDayflowassessmentplan extends BaseEntity {
|
||||
/**
|
||||
* 评估时间
|
||||
*/
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
@Excel(name = "评估时间", width = 30, dateFormat = "yyyy-MM-dd")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@Excel(name = "评估时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date starttime;
|
||||
|
||||
/**
|
||||
|
@ -25,7 +25,7 @@
|
||||
<include refid="selectByDayflowassessmentplanVo"/>
|
||||
<where>
|
||||
<if test="deptId != null ">and dept_id = #{deptId}</if>
|
||||
<if test="month != null ">and month = #{month}</if>
|
||||
<if test="month != null ">and date_format(starttime,'%Y-%m') = date_format(#{month},'%Y-%m')</if>
|
||||
<if test="xnxq != null and xnxq != ''">and xnxq = #{xnxq}</if>
|
||||
<if test="classid != null and classid != ''">and classid = #{classid}</if>
|
||||
<if test="connent != null and connent != ''">and connent = #{connent}</if>
|
||||
|
Reference in New Issue
Block a user