mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-13 21:32:07 +08:00
1、组织创建新增产品购买记录;2、新增管理端销售管理、充值管理接口;3、新增修正双端账户明细;4、修正资金总览、账户总览信息接口数据;
This commit is contained in:
+2
-2
@@ -151,8 +151,8 @@ public class TenantServiceImplTest extends BaseDbUnitTest {
|
||||
*/
|
||||
// 准备参数
|
||||
OrganSaveReqVO reqVO = randomPojo(OrganSaveReqVO.class, o -> {
|
||||
o.setContactName("晨丰");
|
||||
o.setContactMobile("15601691300");
|
||||
o.setOrgAdminName("晨丰");
|
||||
o.setOrgAdminMobile("15601691300");
|
||||
o.setPackageId(100L);
|
||||
o.setStatus(randomCommonStatus());
|
||||
o.setWebsite("https://www.cf.com");
|
||||
|
||||
Reference in New Issue
Block a user