@ -663,7 +663,7 @@
unit
from pro_medication_order_detail
where order_code like concat('%', #{orderCode}, '%') and production_date = #{productDate}
ORDER BY case when material_name='R-05' then 0 else 1 end
</select>
</mapper>