|
@ -158,6 +158,7 @@ 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 " +
|
|
|
|
" DISTINCT s.code,"+
|
|
" s.* " +
|
|
" s.* " +
|
|
" FROM " +
|
|
" FROM " +
|
|
" wlyy_service_item s, " +
|
|
" wlyy_service_item s, " +
|