|
@@ -37,7 +37,6 @@ public interface ZyDetailChargeDao {
|
|
|
* @param page 分页的条件
|
|
|
* @param chargeCodeMx 收费项目码
|
|
|
* @param inpatientNo 住院号
|
|
|
- * @return 数据
|
|
|
*/
|
|
|
@Select("select admiss_times,ledger_sn,detail_sn,charge_date,rtrim(inpatient_no) as inpatient_no," +
|
|
|
"a.serial,infant_flag,charge_status, " +
|
|
@@ -56,7 +55,7 @@ public interface ZyDetailChargeDao {
|
|
|
"where inpatient_no=#{inpatientNo} and charge_code_mx=#{chargeCodeMx} and " +
|
|
|
"admiss_times=(select admiss_times from zy_actpatient where inpatient_no=a.inpatient_no) " +
|
|
|
"and ledger_sn=(select max(ledger_sn) from zy_ledger_file where inpatient_no=a.inpatient_no and admiss_times=a.admiss_times)")
|
|
|
- IPage<ZyDetailCharge> queryHospitalizationExpenses(IPage<ZyDetailCharge> page,
|
|
|
+ void queryHospitalizationExpenses(IPage<ZyDetailCharge> page,
|
|
|
@Param("inpatientNo") String inpatientNo,
|
|
|
@Param("chargeCodeMx") String chargeCodeMx);
|
|
|
}
|