You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
boolean enableCF=true,enableCB=false,enableHR=false;
List userList=new ArrayList();
userList.add(1l);
new JobSetter(enableCF,enableCB,enableHR).executeInstantJobForCertainUsers(userList);
改上面三个任意为true,都无法将推荐结果写入数据库????
The text was updated successfully, but these errors were encountered:
boolean enableCF=true,enableCB=false,enableHR=false;
List userList=new ArrayList();
userList.add(1l);
new JobSetter(enableCF,enableCB,enableHR).executeInstantJobForCertainUsers(userList);
改上面三个任意为true,都无法将推荐结果写入数据库????
The text was updated successfully, but these errors were encountered: