|
@@ -71,7 +71,7 @@ public class EVController {
|
|
|
"JSON_UNQUOTE(JSON_EXTRACT(json_data, '$.flag')) as flag," +
|
|
|
"GROUP_CONCAT(create_user) as userId," +
|
|
|
"GROUP_CONCAT(nick_name) as nickName," +
|
|
|
- "sign_type as sigType" +
|
|
|
+ "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 )
|