jiangqs
2023-09-04 f79a327bd4e5d1511ac3b738530b0f5c63772aec
ruoyi-modules/ruoyi-system/src/test/java/com/ruoyi/system/systemTest.java
@@ -2,8 +2,6 @@
import com.ruoyi.system.service.staff.SysWxCpService;
import me.chanjar.weixin.common.error.WxErrorException;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
@@ -24,9 +22,4 @@
    @Resource
    private SysWxCpService sysWxCpService;
    @Test
    public void main() throws WxErrorException {
        sysWxCpService.sendMessage();
        sysWxCpService.updateDept();
    }
}