|
|
@@ -269,14 +269,14 @@ public interface MzDepositFileMapper {
|
|
|
// @Select(" select sum(amount) from ${tableName} where patient_id =#{patientId} and times=#{times} and pay_mark <> 2 ")
|
|
|
// BigDecimal selectAmountForPatientId(@Param(value = "patientId") String patientId, @Param("times") Integer times, @Param("tableName") String tableName);
|
|
|
|
|
|
- /**
|
|
|
- * 查询患者的处方是否有医保报销支付(门诊统筹)
|
|
|
- * @param patientId
|
|
|
- * @param times
|
|
|
- * @return
|
|
|
- */
|
|
|
- @Select("select count(1) from mz_deposit_file where patient_id =#{patientId} and times=#{times} and pay_mark =0 and cheque_type='2' ")
|
|
|
- int countYbZf(@Param(value = "patientId") String patientId, @Param("times") Integer times);
|
|
|
+// /**
|
|
|
+// * 查询患者的处方是否有医保报销支付(门诊统筹)
|
|
|
+// * @param patientId
|
|
|
+// * @param times
|
|
|
+// * @return
|
|
|
+// */
|
|
|
+// @Select("select count(1) from mz_deposit_file where patient_id =#{patientId} and times=#{times} and pay_mark =0 and cheque_type='2' ")
|
|
|
+// int countYbZf(@Param(value = "patientId") String patientId, @Param("times") Integer times);
|
|
|
|
|
|
|
|
|
/**
|