liurunyu
2025-09-13 69cbf8a2fe6c8735f234c7819af9112d72f24dc9
pipIrr-platform/pipIrr-global/src/main/resources/mapper/SePaymentMethodMapper.xml
@@ -94,4 +94,13 @@
  <select id="getPaymentMethods" resultType="com.dy.pipIrrGlobal.pojoSe.SePaymentMethod">
    SELECT * FROM se_payment_method WHERE deleted = 0
  </select>
  <!--充值机用获取支付方式-->
  <select id="getPayMethods" resultType="com.dy.pipIrrGlobal.voSe.VoPaymentMethod">
    SELECT
      id,
      name
    FROM se_payment_method
    WHERE deleted = 0
  </select>
</mapper>