ect_cycles 生成的数据错误,原因是 原始的数据就有一些问题! #337

Open
opened 2026-01-02 17:26:26 +08:00 by bigtran · 0 comments
Owner

也不一定有问题?能确认?要进一步确认!

select endoscope_id,op_batchno,s_qx_start,next_zhenliao_action_id,next_zhenliao_patient_name,next_zhenliao_start from ect_cycles where endoscope_id=9  order by next_zhenliao_start desc;

select action_id,endoscope_id,op_batchno,patient_name,op_starttime from ect_actions where action_type=0 and endoscope_id=9 order by action_id desc;

image.png

image.png

# 也不一定有问题?能确认?要进一步确认! ``` select endoscope_id,op_batchno,s_qx_start,next_zhenliao_action_id,next_zhenliao_patient_name,next_zhenliao_start from ect_cycles where endoscope_id=9 order by next_zhenliao_start desc; select action_id,endoscope_id,op_batchno,patient_name,op_starttime from ect_actions where action_type=0 and endoscope_id=9 order by action_id desc; ``` ![image.png](/attachments/ab0230ed-8dee-4e66-ad60-239c7ad591e7) ![image.png](/attachments/22e683cc-a2f1-4be8-9e9a-2d85bd9e6ded)
123 KiB
224 KiB
bigtran added the 2-bug label 2026-01-02 17:26:26 +08:00
Sign in to join this conversation.