Commit 73c7cec4 authored by neo's avatar neo

[bugfix] mapper use balance table error should use Balance

parent 66809e94
...@@ -24,7 +24,7 @@ public interface DataImportServiceMapper extends MyVatMapper { ...@@ -24,7 +24,7 @@ public interface DataImportServiceMapper extends MyVatMapper {
"GROUP BY AcctCode") "GROUP BY AcctCode")
public List<DataImportServiceImpl.ImportBalanceCount> resultBalance(@Param("period") int period, @Param("code") int code); public List<DataImportServiceImpl.ImportBalanceCount> resultBalance(@Param("period") int period, @Param("code") int code);
@Select(" select max(PeriodId) from balance") @Select(" select max(PeriodId) from Balance")
Integer maxBalancePeriod(); Integer maxBalancePeriod();
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment