|
@@ -419,7 +419,7 @@ public interface MzChargeDetailMapper {
|
|
|
"<when test='patientId!=null'>",
|
|
|
" and patient_id=#{patientId,jdbcType=CHAR}",
|
|
|
"</when>",
|
|
|
- " and pay_mark='5' and (datediff(day,price_time,getdate()) <![CDATA[ <= ]]> 10) group by patient_id,times",
|
|
|
+ " and pay_mark='5' and (datediff(day,price_time,getdate()) <![CDATA[ <= ]]> 3) group by patient_id,times",
|
|
|
"</script>"})
|
|
|
List<Map<String, Object>> selectUnPaidChargeDetail(@Param(value = "patientId") String patientId);
|
|
|
|