|
|
@@ -399,7 +399,13 @@ public interface InsAreaCompanyMapper extends BaseMapper<InsAreaCompany> {
|
|
|
* @return 通过 用户id 获取1-3 级分销金额
|
|
|
*/
|
|
|
HashMap<String, BigDecimal> getDistributionAllAmount(@Param("vo") QxFrontlineAgentVo qxFrontlineAgentVo);
|
|
|
-
|
|
|
+ /**
|
|
|
+ * @version
|
|
|
+ * @author: hxl
|
|
|
+ * @Date: 2024/10/22 11:00
|
|
|
+ * @Description: 获取时间范围内的已承保的订单数据
|
|
|
+ */
|
|
|
+ List<InsAreaCompany> findListByDate(@Param("benginDate") String benginDate, @Param("endDate") String endDate);
|
|
|
}
|
|
|
|
|
|
|