@ -108,6 +108,7 @@ public class TaskUController {
// 4:我的任务(已接受任务且任务status2);
Integer status = param.getStatus();
qw.ne("t1.status", 0);
if(null != status) {
switch (status) {
case 0:
qw.eq("t1.status", 1).ne("(SELECT count(*)!=0 from userTask as t4,user as t5 WHERE t1.id = t4.taskId and t4.userId = t5.id and t5.openid = +'" + openid + "' )", 1);
@ -126,6 +127,7 @@ public class TaskUController {
break;
default:
}
// if (null != status) {
// qw.eq("t1.status", status == 2 ? 2 : 1);
// if (status == 0) {