mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-18 21:15:06 +08:00
1. 编写短信模板的前端
This commit is contained in:
@ -74,7 +74,7 @@ public class CommonResult<T> implements Serializable {
|
||||
|
||||
@JsonIgnore // 避免 jackson 序列化
|
||||
public boolean isSuccess() {
|
||||
return isSuccess(GlobalErrorCodeConstants.SUCCESS.getCode());
|
||||
return isSuccess(code);
|
||||
}
|
||||
|
||||
@JsonIgnore // 避免 jackson 序列化
|
||||
|
Reference in New Issue
Block a user