车车 4 месяцев назад
Родитель
Сommit
668184837f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      yudao-module-iscs/src/main/resources/mapper/MachineryMapper.xml

+ 1 - 1
yudao-module-iscs/src/main/resources/mapper/MachineryMapper.xml

@@ -21,7 +21,7 @@
         LEFT JOIN isc_loto_station l ON l.loto_id = t.loto_id
         <where>
             <if test="pageReqVO.id != null">
-                and t.machinery_id = #{pageReqVO.machineryId}
+                and t.machinery_id = #{pageReqVO.id}
             </if>
             <if test="pageReqVO.machineryName != null and pageReqVO.machineryName.trim != ''">
                 and t.machinery_name like concat('%',#{pageReqVO.machineryName},'%')