Commit eaf0e475 authored by tangfang's avatar tangfang

修改码模板

parent 8b6fe74d
......@@ -23,7 +23,7 @@ public class CompanyMoneyDaoImpl extends BaseDaoImpl implements CompanyMoneyDao
register(CompanyMoneyVo.class);
table.add(QUERY_LIST, "SELECT * FROM pd_company_money WHERE 1=1 {WHERE} order by daily_date desc")
table.add(QUERY_LIST, "SELECT * FROM pd_company_money WHERE 1=1 {WHERE} order by daily_date ")
.add("companyId", " AND company_id = ? ")
.add("startDate", " AND daily_date >= ?")
.add("endDate", " AND daily_date <= ?")
......
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