Commit 054d28f3 by 徐高华

社群sql bug

parent 30d918c5
......@@ -178,7 +178,8 @@ public class QwMomentPlanServiceImpl implements QwMomentPlanService {
}).collect(Collectors.toList()) ;
int statusFlag = 0 ;
if(publishNow) {
statusFlag = 1 ;
// 校验是不是主门店
statusFlag = 0 ;
}
this.qwMomentPlanAttendService.saveClerk(wxEnterpriseId,enterpriseId, planId, clerkStaffList , statusFlag);
} else {
......
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