添加一个根据人员id查分包业绩的方法
This commit is contained in:
parent
5eb1c912c4
commit
7179e31025
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue