|
@@ -6,9 +6,6 @@ import org.apache.ibatis.annotations.Select;
|
|
|
import thyyxxk.webserver.entity.examinations.adicon.AdiconHeader;
|
|
|
import thyyxxk.webserver.entity.examinations.adicon.AdiconIndex;
|
|
|
import thyyxxk.webserver.entity.examinations.adicon.AdiconItem;
|
|
|
-import thyyxxk.webserver.entity.examinations.inspections.InspectionsIndex;
|
|
|
-import thyyxxk.webserver.entity.examinations.inspections.detail.InspectionHeader;
|
|
|
-import thyyxxk.webserver.entity.examinations.inspections.detail.InspectionItem;
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
@@ -32,6 +29,7 @@ public interface AdiconDao {
|
|
|
|
|
|
@Select("select a.RptID as ordrId, " +
|
|
|
"b.ordr_date as aplyDate, " +
|
|
|
+ "a.DoctorName as docName, " +
|
|
|
"b.ordr_create_date as ordrCreateDate, " +
|
|
|
"b.audt_time as audtTime, " +
|
|
|
"a.BarCode as smplNum, " +
|