|
@@ -275,7 +275,7 @@ public interface MzDepositFileMapper {
|
|
|
* @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 ")
|
|
|
+ @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);
|
|
|
|
|
|
|