一路健康推荐课程记录返回唯一oid

This commit is contained in:
wuchunlei
2026-01-15 11:09:45 +08:00
parent 9366761082
commit fdd1163768

View File

@@ -169,7 +169,7 @@ public class PaymentController {
.leftJoin(TCurriculumCatalogue.class,TCurriculumCatalogue::getOid,TCustomerTaihuClass::getTaihuclassoid)
.leftJoin(TCurriculumCatalogue.class,TCurriculumCatalogue::getOid,TCurriculumCatalogue::getPoid)
.leftJoin("t_customer t3 on t3.oid = t.customerOid")
.select("t1.oid courseId,t3.cellPhone,t.createDate,t.studyDays,t1.courseFee,concat(t2.title,'[',t2.tags,']',t1.title) productName")
.select("t.oid oid,t1.oid courseId,t3.cellPhone,t.createDate,t.studyDays,t1.courseFee,concat(t2.title,'[',t2.tags,']',t1.title) productName")
.like(TCustomerTaihuClass::getDescription,"后台免费开通")
.ge(TCustomerTaihuClass::getCreatedate, payment.getCtime())
.le(TCustomerTaihuClass::getCreatedate, DateUtils.addDays(payment.getCtime(),3))