Commit cca6bb2a144e6ace0e0a78567be2beeb214b3daf
1 parent
341f8a999b
Exists in
master
and in
1 other branch
修改设置id
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/BasicConfigAddRequest.java
View file @
cca6bb2
| 1 | 1 | package com.lyms.platform.operate.web.request; |
| 2 | 2 | |
| 3 | +import com.lyms.platform.common.enums.YnEnums; | |
| 3 | 4 | import org.apache.cxf.common.util.StringUtils; |
| 4 | 5 | |
| 5 | 6 | import com.lyms.platform.common.base.IBasicRequestConvert; |
| ... | ... | @@ -56,6 +57,7 @@ |
| 56 | 57 | basicConfig.setCode(code); |
| 57 | 58 | basicConfig.setName(name); |
| 58 | 59 | basicConfig.setParentId(parentId); |
| 60 | + basicConfig.setYn(YnEnums.YES.getId()); | |
| 59 | 61 | return basicConfig; |
| 60 | 62 | } |
| 61 | 63 | } |