|
@@ -46,11 +46,11 @@ public class BizQuestionGroupPO extends TenantPO {
|
|
|
private String md5;
|
|
private String md5;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "术后推送间隔(小时)",position = 5)
|
|
@ApiModelProperty(value = "术后推送间隔(小时)",position = 5)
|
|
|
- @TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
|
|
|
|
+ @TableField(updateStrategy = FieldStrategy.DEFAULT)
|
|
|
private Integer interval;
|
|
private Integer interval;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "术后推送频率(次)",position = 6)
|
|
@ApiModelProperty(value = "术后推送频率(次)",position = 6)
|
|
|
- @TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
|
|
|
|
+ @TableField(updateStrategy = FieldStrategy.DEFAULT)
|
|
|
private Integer frequency;
|
|
private Integer frequency;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "拉取广场ID", position = 7)
|
|
@ApiModelProperty(value = "拉取广场ID", position = 7)
|