成本分析查询所有项目成本接口初步修改
This commit is contained in:
@@ -32,4 +32,10 @@ public interface SysOaAttendanceMapper extends BaseMapperPlus<SysOaAttendanceMap
|
||||
@Param("startTime") Date startTime,
|
||||
@Param("endTime") Date endTime);
|
||||
|
||||
/**
|
||||
* 计算人天数
|
||||
*/
|
||||
Double getAttendanceDay(@Param("userId") Long userId,
|
||||
@Param("projectId") Long projectId );
|
||||
|
||||
}
|
||||
|
||||
@@ -23,4 +23,6 @@ public interface SysOaClaimMapper extends BaseMapperPlus<SysOaClaimMapper, SysOa
|
||||
Page<SysOaClaimVo> selectPageVo(Page<Object> build, @Param(Constants.WRAPPER) Wrapper<SysOaClaim> lqw);
|
||||
|
||||
SysOaClaimVo selectSysOaClaimVoByProcInsId(String procInsId);
|
||||
|
||||
Double getClaimCost(Long claimId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user