在使用mybatisspringboot完成添加购物车的操作时,往往需要将用户表user表里的user_account字段作为购物车表cart_list里的一个外键,在进行外键关联的时候可能会发生 Cannot add or update a child row: a foreign key constraint fails的错误,…
实现效果
代码如下:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;//注意 下面三个引用
using Cognex.VisionPro.ImageF…