zq-erp/src/main/resources/mybatis/mapper/hive/AchieveNewDao.xml
@@ -1070,4 +1070,8 @@ <select id="selectAchieveByServiceOrderId" resultMap="AchieveNewMap"> select * from achieve_new where service_order_id=#{serviceOrderId} </select> <select id="selectAchieveForOrder" resultMap="AchieveNewMap"> select * from achieve_new where order_type='订单' </select> </mapper>