提现任务 仅在正式上使用

This commit is contained in:
2025-01-07 19:14:32 +08:00
parent d1242e8573
commit 053df2c892

View File

@@ -14,6 +14,7 @@ import com.sqx.modules.sys.entity.SysUserMoney;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Profile;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
@@ -21,6 +22,7 @@ import javax.annotation.Resource;
import java.util.List;
@Component
@Profile({"prod"})
public class TempCashOutTask{
@Resource