mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-25 16:35:06 +08:00
Merge remote-tracking branch 'origin/master' into feature/crm
# Conflicts: # yudao-module-crm/yudao-module-crm-biz/src/test/java/cn/iocoder/yudao/module/crm/service/contract/ContractServiceImplTest.java # yudao-module-system/yudao-module-system-biz/src/main/java/cn/iocoder/yudao/module/system/controller/admin/dict/DictDataController.java
This commit is contained in:
@ -25,6 +25,7 @@ import static org.junit.jupiter.api.Assertions.*;
|
||||
*
|
||||
* @author ljlleo
|
||||
*/
|
||||
@Disabled // TODO 芋艿:后续 fix 补充的单测
|
||||
@Import(CrmBusinessStatusTypeServiceImpl.class)
|
||||
public class BusinessStatusTypeServiceImplTest extends BaseDbUnitTest {
|
||||
|
||||
|
@ -26,6 +26,7 @@ import static org.junit.jupiter.api.Assertions.assertNull;
|
||||
*
|
||||
* @author ljlleo
|
||||
*/
|
||||
@Disabled // TODO 芋艿:后续 fix 补充的单测
|
||||
@Import(CrmBusinessServiceImpl.class)
|
||||
public class CrmBusinessServiceImplTest extends BaseDbUnitTest {
|
||||
|
||||
|
@ -30,6 +30,7 @@ import static org.junit.jupiter.api.Assertions.*;
|
||||
*
|
||||
* @author Wanwan
|
||||
*/
|
||||
@Disabled // TODO 芋艿:后续 fix 补充的单测
|
||||
@Import(CrmClueServiceImpl.class)
|
||||
public class CrmClueServiceImplTest extends BaseDbUnitTest {
|
||||
|
||||
|
@ -32,6 +32,7 @@ import static org.junit.jupiter.api.Assertions.*;
|
||||
*
|
||||
* @author Wanwan
|
||||
*/
|
||||
@Disabled // TODO 芋艿:后续 fix 补充的单测
|
||||
@Import(CrmCustomerServiceImpl.class)
|
||||
public class CrmCustomerServiceImplTest extends BaseDbUnitTest {
|
||||
|
||||
|
@ -27,6 +27,7 @@ import static org.junit.jupiter.api.Assertions.*;
|
||||
*
|
||||
* @author Wanwan
|
||||
*/
|
||||
@Disabled // TODO 芋艿:后续 fix 补充的单测
|
||||
@Import(CrmCustomerLimitConfigServiceImpl.class)
|
||||
public class CrmCustomerLimitConfigServiceImplTest extends BaseDbUnitTest {
|
||||
|
||||
|
@ -27,6 +27,7 @@ import static org.junit.jupiter.api.Assertions.*;
|
||||
*
|
||||
* @author 芋道源码
|
||||
*/
|
||||
@Disabled // TODO 芋艿:后续 fix 补充的单测
|
||||
@Import(CrmReceivablePlanServiceImpl.class)
|
||||
public class CrmCrmReceivablePlanServiceImplTest extends BaseDbUnitTest {
|
||||
|
||||
|
@ -27,6 +27,7 @@ import static org.junit.jupiter.api.Assertions.*;
|
||||
*
|
||||
* @author 赤焰
|
||||
*/
|
||||
@Disabled // TODO 芋艿:后续 fix 补充的单测
|
||||
@Import(CrmReceivableServiceImpl.class)
|
||||
public class CrmCrmReceivableServiceImplTest extends BaseDbUnitTest {
|
||||
|
||||
|
Reference in New Issue
Block a user