Commit 1dad02c0 by huluobin

update

parent a02c9d19
...@@ -43,7 +43,7 @@ public class TrainingStartClass implements Serializable { ...@@ -43,7 +43,7 @@ public class TrainingStartClass implements Serializable {
@TableField(exist = false) @TableField(exist = false)
@ApiModelProperty("状态 1-待开课 2-已开课 3-已结束") @ApiModelProperty("状态 1-待开课 2-已开课 3-已结束")
private Integer statusStr; private String statusStr;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date createTime; private Date createTime;
......
...@@ -46,7 +46,6 @@ public class DictTransferAspect { ...@@ -46,7 +46,6 @@ public class DictTransferAspect {
this.dictTransfer(result); this.dictTransfer(result);
} }
} catch (Exception e) { } catch (Exception e) {
log.error(e.getMessage(), e);
log.warn("字典翻译失败"); log.warn("字典翻译失败");
} }
return result; return result;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment