|
@@ -19,10 +19,10 @@ import java.util.Map;
|
|
|
*/
|
|
|
public interface TimeCalculationMapper extends BaseMapper<TimeCalculation> {
|
|
|
List<Map<String, Object>> getDevianceList(Page page,
|
|
|
- @Param("userId") String userId,
|
|
|
- @Param("actionCode") Integer actionCode,
|
|
|
- @Param("date") String date,
|
|
|
- @Param("companyId") Integer companyId);
|
|
|
+ @Param("userId") String userId,
|
|
|
+ @Param("actionCode") Integer actionCode,
|
|
|
+ @Param("date") String date,
|
|
|
+ @Param("companyId") Integer companyId);
|
|
|
|
|
|
Integer countDeviance(@Param("userId") String userId,
|
|
|
@Param("actionCode") Integer actionCode,
|