|
@@ -72,8 +72,6 @@ public class EVController {
|
|
|
"GROUP_CONCAT(create_user) as userId," +
|
|
|
"GROUP_CONCAT(nick_name) as nickName," +
|
|
|
"sign_type as sigType" +
|
|
|
- " from u_task_batch where JSON_UNQUOTE(JSON_EXTRACT(json_data, '$.taskId'))= 1936603482567999488 and is_deleted=0 GROUP BY JSON_EXTRACT(json_data, '$.formDataId'),sign_type ORDER BY sign_type ASC ";
|
|
|
- "sign_type as sigType," +
|
|
|
"(select count(0) from u_task_parallel b where a.task_parallel_id = b.process_instance_id and b.is_deleted = 0 and (b.status = 1 or b.initiative = 1)) isSignature" +
|
|
|
" from u_task_batch a where is_deleted=0 GROUP BY JSON_EXTRACT(json_data, '$.formDataId'),sign_type ORDER BY sign_type DESC ";
|
|
|
//and JSON_UNQUOTE(JSON_EXTRACT(json_data,'$.taskId')) in(SELECT id from u_task where project_id =1792760669353865218 and is_deleted =0 and approval_type=1 )
|