| | |
| | | import com.ruoyi.cwgl.domain.EstimatedReceivable; |
| | | import com.ruoyi.cwgl.domain.PendingSettlementBusiness; |
| | | import com.ruoyi.cwgl.domain.ReceivableLineTruckPriceRule; |
| | | import com.ruoyi.cwgl.mapper.SmartLockerApplicationMapper; |
| | | import com.ruoyi.cwgl.service.IEstimatedReceivableService; |
| | | import com.ruoyi.cwgl.service.IPendingSettlementBusinessService; |
| | | import com.ruoyi.cwgl.service.ISmartLockerApplicationService; |
| | | import com.ruoyi.cwgl.service.impl.ExactPricingRuleMatcher; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | |
| | | private IPendingSettlementBusinessService pendingSettlementBusinessService; |
| | | @Autowired |
| | | private IEstimatedReceivableService estimatedReceivableService; |
| | | @Autowired |
| | | private ISmartLockerApplicationService smartLockerApplicationService; |
| | | |
| | | public void insertPendingSettlement() |
| | | { |
| | |
| | | } |
| | | |
| | | } |
| | | |
| | | public void checkExpiredApplications() { |
| | | smartLockerApplicationService.updateExpiredStatus(); |
| | | } |
| | | |
| | | |
| | | } |