- 在 AgentInfo、CustomerInfo、PartnerInfo 和 ProductInfo 表中添加编码唯一性校验方法 - 在对应的 Mapper 中添加 selectCountByCode 方法用于查询重复编码数量- 在 ServiceImpl 中实现插入和更新时的编码唯一性检查逻辑 - 修改订单编辑页面,将代表处和客户名称的字段改为 orderAgentName 和 orderPartnerName |
||
---|---|---|
.. | ||
src | ||
.DS_Store | ||
pom.xml |
- 在 AgentInfo、CustomerInfo、PartnerInfo 和 ProductInfo 表中添加编码唯一性校验方法 - 在对应的 Mapper 中添加 selectCountByCode 方法用于查询重复编码数量- 在 ServiceImpl 中实现插入和更新时的编码唯一性检查逻辑 - 修改订单编辑页面,将代表处和客户名称的字段改为 orderAgentName 和 orderPartnerName |
||
---|---|---|
.. | ||
src | ||
.DS_Store | ||
pom.xml |