Browse Source

fix:报税零申报,新填时,获取上一个月数据

ly 10 months ago
parent
commit
d39618777c

+ 1 - 0
src/main/java/cn/ezhizao/project/business/reportTax/service/IBizFinancialReportTaxDetailNonZeroService.java

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