|
@ -138,6 +138,7 @@ public class PatientMedicareCardService extends BasePatientMedicardCardService<P
|
|
|
public List queryCardList(String patientCode){
|
|
|
List result = new ArrayList<>();
|
|
|
String sql = "SELECT" +
|
|
|
" card.id as id," +
|
|
|
" card.code as cardNumber," +
|
|
|
" org.name," +
|
|
|
" card.parent_type as parentType," +
|