Commit b877db1c authored by hkl's avatar hkl

feat: 1.车站bug提交

parent e87d9c9d
...@@ -288,8 +288,7 @@ public class AnalysisAlgorithm { ...@@ -288,8 +288,7 @@ public class AnalysisAlgorithm {
AnalysisBatchCheckDataMap checkDataMap, AnalysisBatchCheckDataMap checkDataMap,
List<Map<String, Object>> unitDeviceList) { List<Map<String, Object>> unitDeviceList) {
// 1.获取轨检车检查超限 // 1.获取轨检车检查超限
List<MovementOverReport> movementOverReports = movementOverReportService List<MovementOverReport> movementOverReports = movementOverReportService.lambdaQuery()
.lambdaQuery()
.eq(MovementOverReport::getMovementMasterId, checkDataMap.getEkId()) .eq(MovementOverReport::getMovementMasterId, checkDataMap.getEkId())
.list(); .list();
......
...@@ -53,12 +53,7 @@ ...@@ -53,12 +53,7 @@
#{item} #{item}
</foreach> </foreach>
</if> </if>
<if test="dto.unitTypeList!=null and dto.unitTypeList.size()>0">
AND analysis.unit_type in
<foreach collection="dto.unitTypeList" index="index" item="item" open="(" separator="," close=")">
#{item}
</foreach>
</if>
<if test="dto.isTransfinite != null"> <if test="dto.isTransfinite != null">
AND analysis.is_transfinite = 1 AND analysis.is_transfinite = 1
</if> </if>
......
...@@ -149,13 +149,6 @@ ...@@ -149,13 +149,6 @@
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
<!-- system 模块-->
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-system-biz</artifactId>
<version>${jeecgboot.version}</version>
</dependency>
<!-- jeecg tools --> <!-- jeecg tools -->
<dependency> <dependency>
<groupId>org.jeecgframework.boot</groupId> <groupId>org.jeecgframework.boot</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment