|
@@ -162,7 +162,8 @@ public interface XiangMuLuRuDao extends BaseMapper<ZyDetailCharge> {
|
|
|
" suppress_flag=a.suppress_flag, " +
|
|
|
" group_no='00', " +
|
|
|
" separate_flag=a.separate_flag, " +
|
|
|
- " ope_flag=a.ope_flag, " +
|
|
|
+ " ope_flag=a.ope_flag," +
|
|
|
+ " specification, " +
|
|
|
" drugname=b.name, " +
|
|
|
" isnull(a.ori_detail_sn,0) ori_detail_sn " +
|
|
|
" FROM (select top ${pageSize} * from (select ROW_NUMBER() OVER (order by charge_date ${riQiPaiXu} ) as RowNumber,* from zy_detail_charge where inpatient_no= #{inpatientNo} and " +
|