Helius
2021-04-19 840d78d6ff875d36e6a602772ea9b49b0732ae63
zq-erp/src/main/resources/mybatis/mapper/hive/AchieveNewDao.xml
@@ -1066,4 +1066,12 @@
      group by a.shop_id
      order by amount desc, a.shop_id
   </select>
   <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>