ios内购增加zmzm
This commit is contained in:
@@ -32,7 +32,7 @@ public class UserCourseBuyTask implements ITask{
|
||||
//查询前一天新开的课
|
||||
PreparedStatement classStatement = yljkconn.prepareStatement("select tc.superVIP,tc.cellPhone,tctc.* from t_customer_taihu_class tctc " +
|
||||
"left join t_customer tc on tc.oid = tctc.customerOid " +
|
||||
"where tctc.valid = 1 and tctc.status = '10' and DATE(tctc.createDate) > DATE('"+DateUtil.format(DateUtils.addDays(new Date(),-1),"yyyy-MM-dd")+"') and tc.superVIP = '0' ");
|
||||
"where tctc.valid = 1 and tctc.status = '10' and DATE(tctc.createDate) > DATE('"+DateUtil.format(DateUtils.addDays(new Date(),-2),"yyyy-MM-dd")+"') and tc.superVIP = '0' ");
|
||||
ResultSet classResultSet = classStatement.executeQuery();
|
||||
System.out.println("userCourseBuy数据统计完成-----");
|
||||
while (classResultSet.next()) {
|
||||
|
||||
Reference in New Issue
Block a user