|
@ -160,7 +160,12 @@ public class SignFamilyServiceService {
|
|
*/
|
|
*/
|
|
public List<ServiceItem> getPatientServiceItem(String patient, String serviceCode) throws Exception {
|
|
public List<ServiceItem> getPatientServiceItem(String patient, String serviceCode) throws Exception {
|
|
StringBuffer sql = new StringBuffer(" SELECT " +
|
|
StringBuffer sql = new StringBuffer(" SELECT " +
|
|
" s.* " +
|
|
|
|
|
|
" s.code," +
|
|
|
|
" s.name," +
|
|
|
|
" s.sub_name, " +
|
|
|
|
" s.image, " +
|
|
|
|
" s.type, " +
|
|
|
|
" s.mobile " +
|
|
" FROM " +
|
|
" FROM " +
|
|
" wlyy_service_item s, " +
|
|
" wlyy_service_item s, " +
|
|
" wlyy_sign_family_service_item si " +
|
|
" wlyy_sign_family_service_item si " +
|
|
@ -344,4 +349,7 @@ public class SignFamilyServiceService {
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public ServiceItem getItemByItemCode(String itemCode) {
|
|
|
|
return serviceItemDao.findByItemCode(itemCode);
|
|
|
|
}
|
|
}
|
|
}
|