allen 3 meses atrás
pai
commit
f5ab3c36a0

+ 1 - 1
meas-system/src/main/resources/mapper/meas/MeasBatchMapper.xml

@@ -34,7 +34,7 @@
         <include refid="selectMeasBatchVo"/>
         <where>
             <if test="engineId != null ">and mb.engine_id = #{engineId}</if>
-            <if test="engineModel != null ">and mem.engine_model = #{engineModel}</if>
+            <if test="engineModel != null ">and mem.model = #{engineModel}</if>
             <if test="measurementBatch != null  and measurementBatch != ''">and mb.measurement_batch =
                 #{measurementBatch}
             </if>