|
@@ -128,12 +128,10 @@ public class BizFinancialKeepAccountController extends BaseController {
|
|
|
public TableDataInfo getList(BizFinancialKeepAccount conditions) throws NoSuchFieldException, IllegalAccessException {
|
|
|
String chooseYear = conditions.getYear();
|
|
|
int nwoYear = LocalDate.now().getYear();
|
|
|
- conditions.setYear(String.valueOf(nwoYear));
|
|
|
setTenantId(conditions);
|
|
|
startPage();
|
|
|
startOrderBy();
|
|
|
conditions.setIsZero(0);
|
|
|
- conditions.setYear(String.valueOf(nwoYear));
|
|
|
List<BizFinancialKeepAccount> list = financialKeepAccountService.getList(conditions);
|
|
|
if (!list.isEmpty()) {
|
|
|
BizFinancialKeepAccountDetail detailConditions = new BizFinancialKeepAccountDetail();
|