EXPLAIN ANALYZE [SELECT
t1.id, t1.version, t1.creator, t1.created_time, t1.updator, t1.updated_time, t1.data_status, t1.group_id,
t1.group_no, t1.dept_id, t1.tenant_id, t1.conflict_code, t1.conflict_status, t1.visit_reason, t1.visit_num,
t1.visit_person, t1.reception_user_id, t1.reception_time, t1.service_type, t1.conflict_source, t1.conflict_type,
t1.conflict_place, t1.conflict_place_detail, t1.accept_result, t1.accept_satisfied, t1.process_id, t1.register_file,
t1.conflict_flag, t1.report_account_id, t1.dispute_code, t1.put_off_time,t1.event_person_liable, t1.is_top,
t1.emergency_degree, t1.acceptance_deadline
FROM conflict_info t1
ORDER BY
t1.created_time DESC]
> 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '[SELECT
t1.id, t1.version, t1.creator, t1.created_time, t1.updator, t1.updated_' at line 1
> 时间: 0.004s