|
@@ -63,7 +63,7 @@ public interface MzYpFydlMapper {
|
|
|
* @return
|
|
|
*/
|
|
|
@Select(" SELECT DISTINCT rtrim(mz_charge_detail.patient_id)patient_id," +
|
|
|
- " rtrim(mz_charge_detail.name)name," +
|
|
|
+ " (LEFT(rtrim(mz_charge_detail.name),1) + '*' + RIGHT(rtrim(mz_charge_detail.name), LEN(rtrim(mz_charge_detail.name))-2)) name," +
|
|
|
" rtrim(confirm_flag)confirm_flag," +
|
|
|
" rtrim(windows_no_yf)windows_no_yf" +
|
|
|
" FROM mz_charge_detail WITH(NOLOCK),yp_zd_dict WITH(NOLOCK)" +
|