@ -81,6 +81,9 @@
pallet_type
FROM part_attribute
<where>
<if test="queryDto.site != null and queryDto.site != ''">
and site = #{queryDto.site}
</if>
<if test="queryDto.componentPartNo != null and queryDto.componentPartNo != ''">
and part_no like concat('%', #{queryDto.componentPartNo}, '%')