Commit Graph

3 Commits (0069df1c67fbea32498315c34de88d36cf796a73)

Author SHA1 Message Date
chenhao 0069df1c67 feat(sip): 添加用户创建和更新记录
- 在 AgentInfo、CustomerInfo、DeliveryList、OrderDelivery、OrderInfo、PartnerInfo 和 ProductInfo 表中添加 create_by 和 update_by 字段
- 在相关服务实现类中设置 createBy 和 updateBy 属性
- 在 mapper.xml 文件中更新插入和更新语句,包含新字段
2025-05-23 09:04:18 +08:00
chenhao 37666b4471 feat(sip): 增加编码唯一性校验功能
- 在 AgentInfo、CustomerInfo、PartnerInfo 和 ProductInfo 表中添加编码唯一性校验方法
- 在对应的 Mapper 中添加 selectCountByCode 方法用于查询重复编码数量- 在 ServiceImpl 中实现插入和更新时的编码唯一性检查逻辑
- 修改订单编辑页面,将代表处和客户名称的字段改为 orderAgentName 和 orderPartnerName
2025-05-19 11:03:54 +08:00
mula.liu 27731323bc 供应商管理 2025-04-30 11:40:38 +08:00