| | |
| | | |
| | | import javax.annotation.Resource; |
| | | |
| | | import com.ruoyi.common.constant.HttpStatus; |
| | | import com.ruoyi.common.core.domain.AjaxResult; |
| | | import com.ruoyi.common.utils.DateUtils; |
| | | import com.ruoyi.cwgl.domain.RequestLog; |
| | | import com.ruoyi.cwgl.domain.SmartLockerApplication; |
| | | import com.ruoyi.cwgl.domain.dto.TakeReviewDto; |
| | | import com.ruoyi.cwgl.mapper.SmartLockerApplicationMapper; |
| | | import com.ruoyi.cwgl.service.IRequestLogService; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.scheduling.annotation.Async; |
| | |
| | | private KeyCollectionInfoMapper keyCollectionInfoMapper; |
| | | @Resource |
| | | private SmartLockerApplicationMapper smartLockerApplicationMapper; |
| | | |
| | | |
| | | |
| | | |
| | |
| | | logger.info("成功返回{}",success); |
| | | return success; |
| | | } |
| | | |
| | | @DataSource(DataSourceType.CWSJ) |
| | | @Override |
| | | public String selectCwBoxNum(String licensePlateNumber) { |
| | | return keyCollectionInfoMapper.selectCwBoxNum(licensePlateNumber); |
| | | } |
| | | |
| | | @Override |
| | | public String selectBoxNum(String licensePlateNumber) { |
| | | return null; |
| | | } |
| | | |
| | | @DataSource(DataSourceType.CWSJ) |
| | | @Override |
| | | public String selectNameByMobile(String driverCode) { |
| | | return keyCollectionInfoMapper.selectNameByMobile(driverCode); |
| | | } |
| | | } |