| | |
| | | |
| | | |
| | | import com.ruoyi.shop.RuoYiShopApplication; |
| | | import com.ruoyi.shop.service.shop.ShopService; |
| | | import org.junit.Test; |
| | | import com.ruoyi.shop.service.task.AgencyTaskService; |
| | | import org.junit.runner.RunWith; |
| | | import org.springframework.boot.test.context.SpringBootTest; |
| | | import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; |
| | |
| | | |
| | | /** |
| | | * @ClassName systemTest |
| | | * @Description TODO |
| | | * @Description |
| | | * @Author jqs |
| | | * @Date 2023/6/7 10:57 |
| | | * @Version 1.0 |
| | |
| | | public class shopTest { |
| | | |
| | | @Resource |
| | | private ShopService shopService; |
| | | private AgencyTaskService agencyTaskService; |
| | | |
| | | @Test |
| | | public void main() { |
| | | shopService.getStaffHomeTotal(164L); |
| | | } |
| | | |
| | | } |