|
@@ -46,8 +46,8 @@
|
|
|
t1.rep_name as checkItemName,
|
|
|
t1.rep_type_name as checkItemType,
|
|
|
CONCAT( t1.rep_name, '(',DATE_FORMAT( t1.check_date,'%Y-%m-%d'),')')as info,
|
|
|
- date_format (t1.rep_date,'%Y-%m-%d %H:%i:%s') as rTime,
|
|
|
- date_format (t1.check_date,'%Y-%m-%d %H:%i:%s') as cTime,
|
|
|
+ date_format (t1.rep_date,'%Y-%m-%d %H:%i:%s') as reptTime,
|
|
|
+ date_format (t1.check_date,'%Y-%m-%d %H:%i:%s') as checkTime,
|
|
|
t1.apply_doctor as doctorName,
|
|
|
t2.hospital_id as hospitalId,
|
|
|
t2.behospital_code as behospitalCode,
|