Commit 5777f43b authored by tangfang's avatar tangfang

修改注册判断银行卡

parent fdd8ad67
......@@ -76,7 +76,7 @@ public class UserTask {
/**
* 服务费
*/
@Scheduled(cron = "0 10 0 * * ?")
// @Scheduled(cron = "0 10 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