JiangYouYao
2022-03-18 e1ff283be2a6ca6ed8cead6248b4efa8eb005f6e
zq-erp/src/main/resources/mybatis/mapper/hive/MoneyCardUseFlowDao.xml
@@ -360,6 +360,12 @@
      </where>
      order by  create_time desc
   </select>
   <update id="updateVipCardId">
      update money_card_use_flow
         set car_use_id=#{cardId}
      where vip_id=#{vipId} and type='会员充值'
   </update>
</mapper>