|
@@ -121,6 +121,8 @@ public interface ReportMapper extends BaseMapper<Report> {
|
|
|
|
|
|
double getMyOvertime(String userId);
|
|
|
|
|
|
+ List<Map<String, Object>> getWaitingApproveCnt(Integer companyId);
|
|
|
+
|
|
|
List<Map<String, Object>> getProWaitingApproveCnt(Integer companyId);
|
|
|
|
|
|
List<Map<String, Object>> getDeptWaitingApproveCnt(Integer companyId);
|