@@ -878,7 +878,7 @@ public interface MzChargeDetailMapper {
" (case when y.class_code = '210100' then 1 else 0 end ) as is_hide,c.print_flag,c.drug_win,cy_jssm,cy_mtjs,cy_jsl,cy_zql,cy_fj,cy_ffcs,cy_fysm,rtrim(cy_dj)cy_dj" +
" FROM mz_charge_detail c WITH(NOLOCK) ,yp_zd_dict y WITH(NOLOCK) " +
" where 1=1 " +
- " and c.charge_item_code = y.code and c.serial = y.serial" +
+ " and c.charge_item_code = y.code and c.serial = y.serial and c.pay_mark = '0' " +