|
|
@@ -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},'%')
|