Bläddra i källkod

释放接口测试

anderx 7 år sedan
förälder
incheckning
96a543654c
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/main/java/com/goafanti/common/task/ReleaseUserTask.java

+ 2 - 2
src/main/java/com/goafanti/common/task/ReleaseUserTask.java

@@ -15,8 +15,8 @@ import com.goafanti.common.model.User;
 import com.goafanti.customer.bo.LockingReleaseBo;
 import com.goafanti.customer.service.CustomerService;
 import com.goafanti.user.service.UserService;
-@Component
-//@Controller
+//@Component
+@Controller
 public class ReleaseUserTask {
 	@Resource
 	private CustomerService customerServiceImpl;