| | |
| | | */ |
| | | public interface TjAsyncService { |
| | | |
| | | //个人登记时异步处理 |
| | | void extracted(TjOrder tjOrder, TjCustomer tjCustomer, BigDecimal discount, SysUser sysUser, TjReservation tjReservation, TjFlowingWater tjFlowingWater); |
| | | |
| | | //个人登记时异步处理 |
| | | void newSaveextracted(TjOrder tjOrder, TjCustomer tjCustomer, BigDecimal discount, SysUser sysUser, TjReservation tjReservation, TjFlowingWater tjFlowingWater); |
| | | |
| | |
| | | //添加临时表套餐 |
| | | void addRedisTransitionPac(String cusId, Long pacId, List<TjPackageProject> ppList); |
| | | |
| | | |
| | | void saveRedisTransitionByPacId(String cusId, Long pacId,List<Long> proIds); |
| | | |
| | | //添加临时表单项 |
| | | void addRedisTransitionPro(String cusId, List<Long> proIds); |
| | | |