Commit 6ebf1f1d by 徐高华

导购任务

parent 09de8d79
......@@ -130,7 +130,7 @@ public class ContentCreativeController {
// 发送审批消息
// 不是私域,且未开启自动审核
ServiceResponse<ContentSettingDTO> resp = this.contentSettingApiService.queryContentSettingInfo(saveQO.getEnterpriseId()) ;
if(resp.getResult().getCommunityUserSetting().getClerkMaterialAudit()==null || resp.getResult().getCommunityUserSetting().getClerkMaterialAudit()==0) {
if(response.getResult().getMaterialType() == 4 || (resp.getResult().getCommunityUserSetting().getClerkMaterialAudit()==null || resp.getResult().getCommunityUserSetting().getClerkMaterialAudit()==0)) {
this.sendAudit(saveQO.getEnterpriseId(),saveQO.getClerkId()) ;
}
}
......
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