Commit 7f113eb4 by 王祖波

创建数据

parent c7297349
......@@ -236,6 +236,7 @@ public class ContentCreativeController {
materialDataVO.setAuditCount(auditResponse.getResult());
materialDataVO.setCreateCount(response.getResult());
if (createFlag == null || createFlag == Constant.FLAG_FALSE) {
pageQDTO.setAuditStatus(MaterialAuditEnum.SUCCESS.code);
//转化数据
ServiceResponse<List<Long>> idListResponse = contentMaterialApiService.listMaterialIdBySearch(pageQDTO);
if (!idListResponse.isSuccess()) {
......
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