|
@@ -48,7 +48,7 @@ public interface InspectionsDao {
|
|
|
"examination_see,examinationre_sult,doctor_code,check_doctor_code,check_time,report_time, " +
|
|
|
"patient_from,report_url,top_req_no) " +
|
|
|
"values (#{uid},#{patName},#{patNo},#{times},#{groupName},#{staffDept},'','',#{reqDoctor},'', " +
|
|
|
- "'','',#{patientFrom},#{reportUrl},#{reqNo})")
|
|
|
+ "#{reqDate},#{reqDate},#{patientFrom},#{reportUrl},#{reqNo})")
|
|
|
void insertNewCheckData(YjReqIndex index);
|
|
|
|
|
|
@Insert("delete from patient_archive where pat_no=#{patNo} and times=#{times} and document_id=#{uid};" +
|