| | |
| | | and jhs.district_code = #{household.aoiCode} |
| | | </if> |
| | | and jh.is_deleted = 0 |
| | | and jg.grid_code is not null |
| | | order by jh.id desc |
| | | </where> |
| | | |
| | |
| | | <if test="nursingCheckIn.images != null and nursingCheckIn.images != ''">and images = #{nursingCheckIn.images}</if> |
| | | <if test="nursingCheckIn.placeId != null ">and place_id = #{nursingCheckIn.placeId}</if> |
| | | <if test="nursingCheckIn.type != null and nursingCheckIn.type != ''">and type = #{nursingCheckIn.type}</if> |
| | | <if test="nursingCheckIn.startTime != null and nursingCheckIn.startTime != '' and nursingCheckIn.endTime != null and nursingCheckIn.endTime != '' "> |
| | | AND create_time BETWEEN #{nursingCheckIn.startTime} and #{nursingCheckIn.endTime} |
| | | </if> |
| | | </where> |
| | | order by id desc |
| | | </select> |
| | |
| | | */ |
| | | package org.springblade.modules.nursingCheckIn.vo; |
| | | |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import org.springblade.modules.nursingCheckIn.entity.NursingCheckInEntity; |
| | | import org.springblade.core.tool.node.INode; |
| | | import lombok.Data; |
| | |
| | | @EqualsAndHashCode(callSuper = true) |
| | | public class NursingCheckInVO extends NursingCheckInEntity { |
| | | private static final long serialVersionUID = 1L; |
| | | @ApiModelProperty("开始时间") |
| | | private String startTime; |
| | | |
| | | @ApiModelProperty("结束时间") |
| | | private String endTime; |
| | | |
| | | |
| | | } |
| | |
| | | and jpag.pcs_name like concat('%',#{place.deptName},'%') |
| | | </if> |
| | | |
| | | <if test="place.startTime != null and place.startTime != '' and place.endTime != null and place.endTime != '' "> |
| | | AND jp.create_time BETWEEN #{place.startTime} and #{place.endTime} |
| | | </if> |
| | | |
| | | <if test="place.policeName!=null and place.policeName!=''"> |
| | | and bus.name like concat('%',#{place.policeName},'%') |
| | | </if> |
| | |
| | | */ |
| | | package org.springblade.modules.place.vo; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import liquibase.pro.packaged.S; |
| | | import org.springblade.modules.doorplateAddress.entity.DoorplateAddressEntity; |
| | |
| | | |
| | | private String phone; |
| | | |
| | | @ApiModelProperty(value = "开始时间", example = "") |
| | | @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
| | | private String startTime; |
| | | |
| | | /** 创建时间 */ |
| | | @ApiModelProperty(value = "结束时间", example = "") |
| | | @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
| | | private String endTime; |
| | | |
| | | |
| | | /** |
| | | * 类型 2:非小区(能关联地址表) 3:商超 |
| | |
| | | <if test="taskLabelReportingEvent.principalPhone != null and taskLabelReportingEvent.principalPhone != ''"> |
| | | AND jp.principal_phone like concat('%',#{taskLabelReportingEvent.principalPhone},'%') |
| | | </if> |
| | | <if test="taskLabelReportingEvent.startTime != null and taskLabelReportingEvent.startTime != '' and taskLabelReportingEvent.endTime != null and taskLabelReportingEvent.endTime != '' "> |
| | | AND jtlre.create_time BETWEEN #{taskLabelReportingEvent.startTime} and #{taskLabelReportingEvent.endTime} |
| | | </if> |
| | | <if test="taskLabelReportingEvent.roleName != null and taskLabelReportingEvent.roleName != ''"> |
| | | <if test="taskLabelReportingEvent.roleName=='wgy'"> |
| | | <if test="isAdministrator==2"> |
| | |
| | | AND jt.report_type = #{task.reportType} |
| | | </if> |
| | | |
| | | <if test="task.startTime != null and task.startTime != '' and task.endTime != null and task.endTime != '' "> |
| | | AND jt.create_time BETWEEN #{task.startTime} and #{task.endTime} |
| | | </if> |
| | | |
| | | <if test="task.reportType == null or task.reportType == ''"> |
| | | AND jt.report_type in (2,3,6,7) |
| | | </if> |
| | |
| | | <if test="place.placeName != null and place.placeName != ''"> |
| | | and jp.place_name like concat('%', #{place.placeName},'%') |
| | | </if> |
| | | |
| | | <if test="place.startTime != null and place.startTime != '' and place.endTime != null and place.endTime != '' "> |
| | | AND jtnfr.create_time BETWEEN #{place.startTime} and #{place.endTime} |
| | | </if> |
| | | |
| | | <if test="place.principal != null and place.principal != ''"> |
| | | and jp.principal like concat('%', #{place.principal},'%') |
| | | </if> |
| | |
| | | <if test="residen.address != null and residen.address != ''">and jtrpa.address like CONCAT('%',#{residen.address},'%')</if> |
| | | <if test="residen.houseCode != null and residen.houseCode != ''">and jtrpa.house_code = #{residen.houseCode}</if> |
| | | <if test="residen.taskId != null ">and jtrpa.task_id = #{residen.taskId}</if> |
| | | <if test="residen.createTime != null ">and jtrpa.create_time = #{residen.createTime}</if> |
| | | |
| | | <if test="residen.startTime != null and residen.startTime != '' and residen.endTime != null and residen.endTime != '' "> |
| | | AND jtrpa.create_time BETWEEN #{residen.startTime} and #{residen.endTime} |
| | | </if> |
| | | <if test="residen.updateTime != null ">and jtrpa.update_time = #{residen.updateTime}</if> |
| | | <if test="residen.createUser != null ">and jtrpa.create_user = #{residen.createUser}</if> |
| | | <if test="residen.houseRentalId != null ">and jtrpa.house_rental_id = #{residen.houseRentalId}</if> |
| | |
| | | */ |
| | | package org.springblade.modules.task.vo; |
| | | |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import org.springblade.modules.task.entity.TaskLabelReportingEventEntity; |
| | | import org.springblade.core.tool.node.INode; |
| | | import lombok.Data; |
| | |
| | | |
| | | private String houseCode; |
| | | |
| | | |
| | | @ApiModelProperty("开始时间") |
| | | private String startTime; |
| | | |
| | | @ApiModelProperty("结束时间") |
| | | private String endTime; |
| | | |
| | | } |
| | |
| | | |
| | | @ApiModelProperty(value = "角色类型", example = "") |
| | | private String roleType; |
| | | |
| | | @ApiModelProperty("开始时间") |
| | | private String startTime; |
| | | |
| | | @ApiModelProperty("结束时间") |
| | | private String endTime; |
| | | |
| | | } |