|
@@ -16,7 +16,7 @@ public interface MzPatientMiMapper {
|
|
*/
|
|
*/
|
|
@Select("select rtrim(social_no) social_no,rtrim(hic_no) hic_no,rtrim(name) name,rtrim(sex) sex,lv_date,rtrim(patient_id) patient_id,rtrim(p_bar_code) p_bar_code," +
|
|
@Select("select rtrim(social_no) social_no,rtrim(hic_no) hic_no,rtrim(name) name,rtrim(sex) sex,lv_date,rtrim(patient_id) patient_id,rtrim(p_bar_code) p_bar_code," +
|
|
"rtrim(baddebt_mark) baddebt_mark,rtrim(response_type) response_type,rtrim(charge_type) charge_type,times,rtrim(reqdel_mark) reqdel_mark,age,birth_day," +
|
|
"rtrim(baddebt_mark) baddebt_mark,rtrim(response_type) response_type,rtrim(charge_type) charge_type,times,rtrim(reqdel_mark) reqdel_mark,age,birth_day," +
|
|
- "rtrim(ic_card_no) ic_card_no,rtrim(phone_no) phone_no,rtrim(adress) address,rtrim(yb_card_no) yb_card_no,first_date,rtrim(rel_name) rel_name,rtrim(contract_name) contract_name from mz_patient_mi where ic_card_no =#{icCardNo} or patient_id=#{icCardNo} or patient_id=#{icCardNo}")
|
|
|
|
|
|
+ "rtrim(ic_card_no) ic_card_no,rtrim(phone_no) phone_no,rtrim(adress) address,rtrim(yb_card_no) yb_card_no,first_date,rtrim(rel_name) rel_name,rtrim(contract_name) contract_name from mz_patient_mi where ic_card_no =#{icCardNo} or patient_id=#{icCardNo}")
|
|
MzPatientMi selectByIcCardNo(@Param("icCardNo") String icCardNo);
|
|
MzPatientMi selectByIcCardNo(@Param("icCardNo") String icCardNo);
|
|
|
|
|
|
|
|
|