|
@ -6168,7 +6168,9 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
"outpatient.consumer as \"consumer\", " +
|
|
"outpatient.consumer as \"consumer\", " +
|
|
"outpatient.consumer_name as \"consumerName\"," +
|
|
"outpatient.consumer_name as \"consumerName\"," +
|
|
"outpatient.consumer_mobile as \"consumerMobile\", "+
|
|
"outpatient.consumer_mobile as \"consumerMobile\", "+
|
|
|
|
"outpatient.card_no as \"cardNo\", "+
|
|
"outpatient.create_time as \"create_date\", ";
|
|
"outpatient.create_time as \"create_date\", ";
|
|
|
|
|
|
if ("xm_ykyy_wx".equals(wechatId)) {
|
|
if ("xm_ykyy_wx".equals(wechatId)) {
|
|
if(flag){
|
|
if(flag){
|
|
sql += "date_format(room.reservation_time ,'yyyy-MM-dd hh24:mi:ss' ) AS \"timedate_format\",";
|
|
sql += "date_format(room.reservation_time ,'yyyy-MM-dd hh24:mi:ss' ) AS \"timedate_format\",";
|