|
|
|
@ -8,6 +8,7 @@ import com.cjy.traceability.framework.mybatis.core.mapper.BaseMapperX; |
|
|
|
|
import com.cjy.traceability.module.traceability.dal.dataobject.scanrecord.ScanRecordDO; |
|
|
|
|
import org.apache.ibatis.annotations.Mapper; |
|
|
|
|
import com.cjy.traceability.module.traceability.controller.admin.scanrecord.vo.*; |
|
|
|
|
import org.apache.ibatis.annotations.Param; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 扫码记录 Mapper |
|
|
|
@ -44,7 +45,7 @@ public interface ScanRecordMapper extends BaseMapperX<ScanRecordDO> { |
|
|
|
|
*/ |
|
|
|
|
List<Map<String,Object>> getTraceability(); |
|
|
|
|
|
|
|
|
|
Long staticScanRecordTotal(); |
|
|
|
|
Long staticScanRecordToday(); |
|
|
|
|
Long staticScanRecordYesterday(); |
|
|
|
|
Long staticScanRecordTotal(@Param("type") Integer type); |
|
|
|
|
Long staticScanRecordToday(@Param("type") Integer type); |
|
|
|
|
Long staticScanRecordYesterday(@Param("type") Integer type); |
|
|
|
|
} |