fix dt
This commit is contained in:
@@ -509,9 +509,9 @@ long WrenchJobsInterestStats(CVars in, CVars &out) {
|
||||
char vname[30];
|
||||
//out = in;
|
||||
try {
|
||||
REQ_STRING(in, "uid", 1, 95, "(.*)"); //uid
|
||||
REQ_STRING(in, "interest_uid", 1, 95, "(.*)"); //interest_uid
|
||||
REQ_STRING(in, "client_uid", 1, 95, "(.*)"); //client_uid
|
||||
// REQ_STRING(in, "uid", 1, 95, "(.*)"); //uid
|
||||
// REQ_STRING(in, "interest_uid", 1, 95, "(.*)"); //interest_uid
|
||||
// REQ_STRING(in, "client_uid", 1, 95, "(.*)"); //client_uid
|
||||
|
||||
|
||||
out["job_completed"] = "0";
|
||||
|
||||
Reference in New Issue
Block a user