feat(REQ-2186): 产品状态调整
This commit is contained in:
parent
ca5f15552d
commit
04096dfe44
@ -303,7 +303,7 @@ public class ProductServiceImpl implements ProductService {
|
||||
productModule.setDictWorkspaceTypeId(req.getDictWorkspaceTypeId());
|
||||
productModule.setDictWorkspaceTypeCode(workspaceTypeCodeEnum.getCode());
|
||||
productModule.setProductType(0);
|
||||
productModule.setStatus(0);
|
||||
productModule.setStatus(Objects.nonNull(productModule.getId()) ? productModule.getStatus() : 0);
|
||||
productModule.setCategory(req.getProductCategory());
|
||||
productModule.setVersion(req.getVersion());
|
||||
productModule.setMaxPersonCount(req.getMaxPersonCount());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user