From 67ccffb21f9fc44875fa5dbda0cbe2808e89e583 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 20 Mar 2023 15:29:07 +0800
Subject: [PATCH] 后台修改
---
src/test/java/cc/mrbird/febs/AgentTest.java | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/test/java/cc/mrbird/febs/AgentTest.java b/src/test/java/cc/mrbird/febs/AgentTest.java
index 12b948b..4fd5721 100644
--- a/src/test/java/cc/mrbird/febs/AgentTest.java
+++ b/src/test/java/cc/mrbird/febs/AgentTest.java
@@ -530,19 +530,19 @@
@Test
public void insertAgentTest() {
- AgentInfo agentInfo = new AgentInfo();
- agentInfo.setOrderType(2);
- agentInfo.setOrderCnt(2000);
- agentInfo.setLastCnt(3);
- agentInfo.setDirectIncome(BigDecimal.valueOf(50));
- agentInfo.setTeamIncome(BigDecimal.valueOf(15));
- agentInfo.setTeamIncomeType(2);
-
- DataDictionaryCustom data = new DataDictionaryCustom();
- data.setType("AGENT_LEVEL_REQUIRE");
- data.setCode(AgentLevelEnum.FOUR_LEVEL.name());
- data.setValue(JSONObject.toJSONString(agentInfo));
- dataDictionaryCustomMapper.insert(data);
+// AgentInfo agentInfo = new AgentInfo();
+// agentInfo.setOrderType(2);
+// agentInfo.setOrderCnt(2000);
+// agentInfo.setLastCnt(3);
+// agentInfo.setDirectIncome(BigDecimal.valueOf(50));
+// agentInfo.setTeamIncome(BigDecimal.valueOf(15));
+// agentInfo.setTeamIncomeType(2);
+//
+// DataDictionaryCustom data = new DataDictionaryCustom();
+// data.setType("AGENT_LEVEL_REQUIRE");
+// data.setCode(AgentLevelEnum.FOUR_LEVEL.name());
+// data.setValue(JSONObject.toJSONString(agentInfo));
+// dataDictionaryCustomMapper.insert(data);
}
@Test
@@ -614,7 +614,7 @@
@Test
public void profitJobTest() {
- profitJob.profitJob();
+// profitJob.profitJob();
}
--
Gitblit v1.9.1