|
@@ -35,7 +35,7 @@ public class TransferApply extends BaseEntity {
|
|
private Long user_id;
|
|
private Long user_id;
|
|
|
|
|
|
|
|
|
|
- @TableField(fill = FieldFill.INSERT, select = false)
|
|
|
|
|
|
+ @TableField(fill = FieldFill.INSERT)
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai")
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai")
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@ApiModelProperty("转人工申请时间")
|
|
@ApiModelProperty("转人工申请时间")
|