WarnMsgFB:删除自增ID属性。
parent
7440532d64
commit
8301f6d0b8
|
|
@ -61,8 +61,8 @@ public class QXWarnController {
|
|||
@RequestBody GroupWarningDto dto) {
|
||||
|
||||
ApiDto apiDto = new ApiDto();
|
||||
// apiDto.setStartTime(dto.getStartTime());//!!!!!!需要注释掉!!!!!!
|
||||
// apiDto.setEndTime(dto.getEndTime());//!!!!!!需要注释掉!!!!!!
|
||||
apiDto.setStartTime(dto.getStartTime());//!!!!!!需要注释掉!!!!!!
|
||||
apiDto.setEndTime(dto.getEndTime());//!!!!!!需要注释掉!!!!!!
|
||||
apiDto.setPageNumber(dto.getPageNumber());
|
||||
apiDto.setPageSize(dto.getPageSize());
|
||||
ArrayList<ApiDto.Filter> filter = Lists.newArrayList();
|
||||
|
|
|
|||
|
|
@ -16,9 +16,6 @@ import java.util.Date;
|
|||
@JsonInclude(JsonInclude.Include.NON_NULL) // 表示序列化非null属性
|
||||
@TableName("FXKH_TXL.WARNMSG_FEEDBACK")
|
||||
public class WarnMsgFB {
|
||||
@TableField("ID")
|
||||
@ApiModelProperty(value = "预警叫应反馈信息ID")
|
||||
private Integer id;
|
||||
|
||||
@TableField("WARNID")
|
||||
@ApiModelProperty(value = "预警信息ID")
|
||||
|
|
|
|||
|
|
@ -10,12 +10,12 @@ spring:
|
|||
datasource:
|
||||
type: com.alibaba.druid.pool.DruidDataSource
|
||||
driver-class-name: dm.jdbc.driver.DmDriver
|
||||
# url: jdbc:dm://10.0.41.113:5236?schema=FXKH_TXL
|
||||
# username: SYSDBA
|
||||
# password: SYSDBA001
|
||||
url: jdbc:dm://10.42.6.247:5236?schema=FXKH_TXL
|
||||
username: SHZH
|
||||
password: Shzh_890
|
||||
url: jdbc:dm://10.0.41.113:5236?schema=FXKH_TXL
|
||||
username: SYSDBA
|
||||
password: SYSDBA001
|
||||
# url: jdbc:dm://10.42.6.247:5236?schema=FXKH_TXL
|
||||
# username: SHZH
|
||||
# password: Shzh_890
|
||||
druid:
|
||||
initialSize: 5
|
||||
minIdle: 5
|
||||
|
|
@ -39,11 +39,11 @@ spring:
|
|||
# Redis
|
||||
redis:
|
||||
database: 5
|
||||
host: 10.42.6.75
|
||||
# host: 127.0.0.1
|
||||
# host: 10.42.6.75
|
||||
host: 127.0.0.1
|
||||
port: 6379
|
||||
# password:
|
||||
password: Whdc_890
|
||||
password:
|
||||
# password: Whdc_890
|
||||
|
||||
servlet:
|
||||
multipart:
|
||||
|
|
|
|||
Loading…
Reference in New Issue