SELECT COUNT(1) FROM t_ds_process_definition pd LEFT JOIN t_ds_schedules s ON pd.id = s.process_definition_id JOIN t_ds_user u ON pd.user_id = u.id WHERE pd.project_id = ? AND pd.process_type = ? AND pd.is_del IS FALSE AND (u.user_name LIKE concat('%', ?, '%') OR u.name LIKE concat('%', ?, '%') OR pd.description LIKE concat('%', ?, '%') OR pd.name LIKE concat('%', ?, '%'))
Comment From: guandatawangjialin
Comment From: huayanYu
请按照格式提交