|
@@ -26,6 +26,7 @@ import com.yh.saas.plugin.yiliangyiyun.exception.YExceptionEnum;
|
|
import com.yh.saas.plugin.yiliangyiyun.mapper.TranProcessInfoMapper;
|
|
import com.yh.saas.plugin.yiliangyiyun.mapper.TranProcessInfoMapper;
|
|
import com.yh.saas.plugin.yiliangyiyun.service.*;
|
|
import com.yh.saas.plugin.yiliangyiyun.service.*;
|
|
import com.baomidou.mybatisplus.service.impl.ServiceImpl;
|
|
import com.baomidou.mybatisplus.service.impl.ServiceImpl;
|
|
|
|
+import com.yh.saas.plugin.yiliangyiyun.util.Const;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.data.mongodb.core.aggregation.ArrayOperators;
|
|
import org.springframework.data.mongodb.core.aggregation.ArrayOperators;
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
@@ -77,6 +78,8 @@ public class TranProcessInfoServiceImpl extends ServiceImpl<TranProcessInfoMappe
|
|
private ICommonStaffRoleService commonStaffRoleService;
|
|
private ICommonStaffRoleService commonStaffRoleService;
|
|
@Autowired
|
|
@Autowired
|
|
private IBatchReviewInfoService batchReviewInfoService;
|
|
private IBatchReviewInfoService batchReviewInfoService;
|
|
|
|
+ @Autowired
|
|
|
|
+ private CacheComponent cacheComponent;
|
|
/**
|
|
/**
|
|
* 汽运调度分页列表查询
|
|
* 汽运调度分页列表查询
|
|
*
|
|
*
|
|
@@ -768,6 +771,7 @@ public class TranProcessInfoServiceImpl extends ServiceImpl<TranProcessInfoMappe
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ cacheComponent.delPrefixKey(Const.ADMIN_CONTRACTINFO);
|
|
return tranProcessInfo.getId();
|
|
return tranProcessInfo.getId();
|
|
}
|
|
}
|
|
|
|
|