fix
Helius
2022-05-24 b6addbdc96eb4fba4c7b3a295ed9d47020f74ceb
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>