|
@ -196,18 +196,18 @@ public class MedicineOrderService extends BaseJpaService<Mediicineorder, Mediici
|
|
|
" t.update_user as updateUser,\n" +
|
|
|
" t.update_user_name as updateUserName,\n" +
|
|
|
" t.attr AS attr,\n" +
|
|
|
" t.userId AS userId,\n" +
|
|
|
" t.shopNo AS shopNo,\n" +
|
|
|
" t.hospitalInfo AS hospitalInfo,\n" +
|
|
|
" t.user_id AS userId,\n" +
|
|
|
" t.shop_no AS shopNo,\n" +
|
|
|
" t.hospital_info AS hospitalInfo,\n" +
|
|
|
" t.birth AS birth,\n" +
|
|
|
" t.deptNum AS deptNum,\n" +
|
|
|
" t.deptName AS deptName,\n" +
|
|
|
" t.doctorNum AS doctorNum,\n" +
|
|
|
" t.doctorName AS doctorName,\n" +
|
|
|
" t.doctorAdvice AS doctorAdvice,\n" +
|
|
|
" t.allergyInfo AS allergyInfo,\n" +
|
|
|
" t.dept_num AS deptNum,\n" +
|
|
|
" t.dept_name AS deptName,\n" +
|
|
|
" t.doctor_num AS doctorNum,\n" +
|
|
|
" t.doctor_name AS doctorName,\n" +
|
|
|
" t.doctor_advice AS doctorAdvice,\n" +
|
|
|
" t.allergy_info AS allergyInfo,\n" +
|
|
|
" t.info AS info,\n" +
|
|
|
" t.socialSecurityCardNum AS socialSecurityCardNum\n" +
|
|
|
" t.social_security_card_num AS socialSecurityCardNum\n" +
|
|
|
"FROM\n" +
|
|
|
" t_mediicine_order AS t where 1=1";
|
|
|
|