@@ -20,4 +20,5 @@ public interface IBizFinancialReportTaxDetailNonZeroService extends IService<Biz
* @return int 查询总数量
*/
Integer getTotal(Map<String,Object> conditions);
+ BizFinancialReportTaxDetailNonZero getByLastMonth(int year, int month,Long reportTaxId);
}