|
@@ -17,7 +17,7 @@ public interface DigitalReceiptDao {
|
|
|
"from mz_visit_table where patient_id=#{patientId} and times=#{times}")
|
|
|
RxPreCheck selectRxPreCheck(String patientId, int times);
|
|
|
|
|
|
- @Select("select fixmedinsCode='',fixmedinsName='长沙泰和医院', " +
|
|
|
+ @Select("select fixmedinsCode='H43010500370',fixmedinsName='长沙泰和医院', " +
|
|
|
"mdtrt_id,med_type,iptOtpNo=pat_no,psn_no,psn_name as patnName,psn_cert_type, " +
|
|
|
"certno,age as patnAge,gend, " +
|
|
|
"spDiseFlag=case when med_type='14' then '1' else '0' end, " +
|