提现任务 仅在正式上使用
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user