feat: SAP异常信息添加时间
This commit is contained in:
parent
b01cbd3cff
commit
9140da0752
|
|
@ -34,6 +34,7 @@ public class OperationErrorMsgVO extends OperationErrorMsgBaseVO implements Seri
|
||||||
super(msg);
|
super(msg);
|
||||||
this.primaryKey = primaryKey;
|
this.primaryKey = primaryKey;
|
||||||
this.msg = msg;
|
this.msg = msg;
|
||||||
|
this.createdTime = LocalDateTime.now();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static OperationErrorMsgVO create(String primaryKey, String msg) {
|
public static OperationErrorMsgVO create(String primaryKey, String msg) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue