Commit 08a3c90c authored by tangfang's avatar tangfang

修改注册判断银行卡

parent 161825e6
......@@ -76,7 +76,7 @@ public class UserTask {
/**
* 服务费
*/
// @Scheduled(cron = "0 0 1 * * ?")
@Scheduled(cron = "0 5 0 * * ?")
public void serviceCharge() {
CompanyReqVo companyReqVo = new CompanyReqVo();
companyReqVo.setServiceChargeStatus(1);
......
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