feat(原液开放接口): 强制物料排序

master
黄锦贤 4 weeks ago
parent 49dcfef224
commit 4c6deb977a

@ -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>

Loading…
Cancel
Save