ios内购增加zmzm

This commit is contained in:
wuchunlei
2024-07-23 09:30:45 +08:00
parent 27b5e99913
commit 9a594b8cc8
3 changed files with 8 additions and 5 deletions

View File

@@ -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()) {