摘要:
// 开单时间 if (!"".equals(startDate) && startDate != null) { queryCondition = queryCondition + " and t.receiptDate >= str_to_date('" + startDate + "','%Y-%m-%d')" ; } if (!"".equals(endDate) && endDate != null) { ... 阅读全文
posted @ 2014-03-16 10:22
Kstyjobx!!
阅读(2230)
评论(0)
推荐(0)
浙公网安备 33010602011771号