allen 3 月之前
父節點
當前提交
f5ab3c36a0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      meas-system/src/main/resources/mapper/meas/MeasBatchMapper.xml

+ 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>