一路健康推荐课程记录返回唯一oid
This commit is contained in:
@@ -169,7 +169,7 @@ public class PaymentController {
|
|||||||
.leftJoin(TCurriculumCatalogue.class,TCurriculumCatalogue::getOid,TCustomerTaihuClass::getTaihuclassoid)
|
.leftJoin(TCurriculumCatalogue.class,TCurriculumCatalogue::getOid,TCustomerTaihuClass::getTaihuclassoid)
|
||||||
.leftJoin(TCurriculumCatalogue.class,TCurriculumCatalogue::getOid,TCurriculumCatalogue::getPoid)
|
.leftJoin(TCurriculumCatalogue.class,TCurriculumCatalogue::getOid,TCurriculumCatalogue::getPoid)
|
||||||
.leftJoin("t_customer t3 on t3.oid = t.customerOid")
|
.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,"后台免费开通")
|
.like(TCustomerTaihuClass::getDescription,"后台免费开通")
|
||||||
.ge(TCustomerTaihuClass::getCreatedate, payment.getCtime())
|
.ge(TCustomerTaihuClass::getCreatedate, payment.getCtime())
|
||||||
.le(TCustomerTaihuClass::getCreatedate, DateUtils.addDays(payment.getCtime(),3))
|
.le(TCustomerTaihuClass::getCreatedate, DateUtils.addDays(payment.getCtime(),3))
|
||||||
|
|||||||
Reference in New Issue
Block a user