|
|
@ -17,11 +17,11 @@ import org.springframework.util.StringUtils; |
|
|
public class DelNotifyHeaderServiceImpl extends ServiceImpl<DelNotifyHeaderMapper, DelNotifyHeader> implements DelNotifyHeaderService { |
|
|
public class DelNotifyHeaderServiceImpl extends ServiceImpl<DelNotifyHeaderMapper, DelNotifyHeader> implements DelNotifyHeaderService { |
|
|
|
|
|
|
|
|
@Override |
|
|
@Override |
|
|
public IPage<DelNotifyHeaderVo> searchDelHeaderByPage(String site, String startDate, String endDate, String customerId, String delNotifyNo, Integer no, Integer size) { |
|
|
|
|
|
|
|
|
public IPage<DelNotifyHeaderVo> searchDelHeaderByPage(String site, String startDate, String endDate, String customerId, String delNotifyNo, Integer no, Integer size,String shipFlag) { |
|
|
if (StringUtils.hasText(startDate) && StringUtils.hasText(endDate)){ |
|
|
if (StringUtils.hasText(startDate) && StringUtils.hasText(endDate)){ |
|
|
startDate = startDate + " 00:00:00"; |
|
|
startDate = startDate + " 00:00:00"; |
|
|
endDate = endDate + " 23:59:59"; |
|
|
endDate = endDate + " 23:59:59"; |
|
|
} |
|
|
} |
|
|
return baseMapper.searchDelHeaderByPage(new Page<>(no,size),site,customerId,delNotifyNo,startDate,endDate); |
|
|
|
|
|
|
|
|
return baseMapper.searchDelHeaderByPage(new Page<>(no,size),site,customerId,delNotifyNo,startDate,endDate,shipFlag); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |