记得上下班打卡 | git大法好,push需谨慎

Commit 4d31fc37 authored by anjiabin's avatar anjiabin

Merge branch 'dev_member_voucher_social' of...

Merge branch 'dev_member_voucher_social' of http://gitlab.zhengzai.tv/dongjingwei/liquidnet-bus-v1 into dev_member_voucher_social
parents 2373d877 773bf37a
......@@ -33,6 +33,7 @@ public class PlatformTaskHandler {
}
}
// 券中心:发放券
@XxlJob(value = "sev-platform:candyCouponMgtIssueCoupons")
public ReturnT<String> candyCouponMgtIssueCoupons() {
try {
......@@ -45,6 +46,7 @@ public class PlatformTaskHandler {
}
}
// 券中心:码到期处理
@XxlJob(value = "sev-platform:candyCouponDueProcessForRedeem")
public ReturnT<String> candyCouponDueProcessForRedeem() {
try {
......@@ -57,6 +59,7 @@ public class PlatformTaskHandler {
}
}
// 券中心:券到期处理(公有券)
@XxlJob(value = "sev-platform:candyCouponDueProcessForCommon")
public ReturnT<String> candyCouponDueProcessForCommon() {
try {
......@@ -69,6 +72,7 @@ public class PlatformTaskHandler {
}
}
// 券中心:券到期处理(私有券)
@XxlJob(value = "sev-platform:candyCouponDueProcessForUser")
public ReturnT<String> candyCouponDueProcessForUser() {
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment