|
@@ -45,7 +45,7 @@
|
|
|
SELECT
|
|
|
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,
|
|
|
+ CONCAT( t1.rep_name, '(',DATE_FORMAT( t1.check_date,'%Y-%m-%d %H:%i:%s'),')')as info,
|
|
|
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,
|
|
@@ -77,7 +77,7 @@
|
|
|
and t1.rep_type_name like CONCAT('%',#{checkInfoVO.checkItemType},'%')
|
|
|
</if>
|
|
|
<if test="checkInfoVO.checkItemName != null and checkInfoVO.checkItemName != ''">
|
|
|
- and t2.rept_name like CONCAT('%',#{checkInfoVO.checkItemName},'%')
|
|
|
+ and t1.rep_name like CONCAT('%',#{checkInfoVO.checkItemName},'%')
|
|
|
</if>
|
|
|
<if test="checkInfoVO.jxDateStart != null">
|
|
|
<![CDATA[ AND date_format (t1.check_date,'%Y-%m-%d %H:%i:%s') >= #{checkInfoVO.jxDateStart}]]>
|