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>