|
|
@@ -175,6 +175,7 @@ public class FsCoursePlaySourceConfigController extends BaseController {
|
|
|
if(companyId != null){
|
|
|
queryWrapper.and(e -> e.eq("company_id", companyId).or().isNull("company_id"));
|
|
|
}
|
|
|
+ queryWrapper.in("status","0","1");//查询正常、半封禁小程序
|
|
|
return R.ok().put("data", fsCoursePlaySourceConfigService.list(queryWrapper));
|
|
|
}
|
|
|
|