补卡判断的bug
This commit is contained in:
parent
29e5b8e475
commit
0efa0e30f2
|
|
@ -134,7 +134,6 @@ public class RepairCardApplyController extends BaseController {
|
|||
@GetMapping("/getCheckRecord")
|
||||
public AjaxResult getCheckRecord(CheckRecordDto checkRecordDto) {
|
||||
try {
|
||||
startPage();
|
||||
Map<String, CheckRecordDto> map = repairCardApplyMapper.getCheckRecord(checkRecordDto);
|
||||
return AjaxResult.success(map);
|
||||
} catch (Exception e) {
|
||||
|
|
|
|||
|
|
@ -274,7 +274,7 @@
|
|||
FROM
|
||||
bm_att_person
|
||||
WHERE
|
||||
is_active = 1 AND att_day BETWEEN #{startTime} and #{endTime}
|
||||
is_active = 1 AND att_day BETWEEN #{startTime} and #{endTime} and worker_id = #{workerId}
|
||||
</select>
|
||||
<select id="getCardStatistics" resultType="com.bonus.bmw.domain.dto.CardStatisticsDto">
|
||||
SELECT
|
||||
|
|
|
|||
Loading…
Reference in New Issue