src/main/resources/mapper/PlaMapper.xml
@@ -37,7 +37,14 @@ <if test="workshop != null and workshop != ''"> and workshop = #{workshop} </if> <if test="transfer != null and transfer != ''"> and transfer = #{transfer} </if> </where> GROUP BY brand,matnr,workshop HAVING SUM(weight_anfme) > 0 ORDER BY matnr,workshop </select> <select id="getDropdownValues" resultType="com.zy.asrs.entity.DropdownValuesDto"> SELECT type, value FROM dropdown_values_view </select> </mapper>