添加一个根据人员id查分包业绩的方法

This commit is contained in:
fl 2025-04-28 14:25:26 +08:00
parent 5eb1c912c4
commit 7179e31025
2 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,7 @@
</select>
<select id="getTbCompanyPerfListByPersonId" resultType="com.bonus.tool.dto.TbCompanyPerfVo">
select
tcp.id,
tcp.pro_name,
tcp.start_time,
tcp.end_time,

View File

@ -74,6 +74,7 @@
</select>
<select id="getTbSubPerfListByPersonId" resultType="com.bonus.tool.dto.TbSubPerfVo">
select
tcp.id,
tcp.pro_name,
tcp.start_time,
tcp.end_time,