From 7862419f82ad7e12d13c3a763c906fdc370156c7 Mon Sep 17 00:00:00 2001 From: lishihai <dslsh@dscom> Date: 星期四, 20 六月 2024 09:35:11 +0800 Subject: [PATCH] 概述->新建或编辑(出库/入库)信息,产品的Cost成本单价和SalePrice销售单价的值不会更新的BUG --- models/material.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/models/material.go b/models/material.go index 031fc32..5350fc2 100644 --- a/models/material.go +++ b/models/material.go @@ -96,6 +96,7 @@ MinInventoryRule decimal.Decimal `json:"minInventoryRule" gorm:"-"` //鏈�灏忓簱瀛� MaxInventoryRule decimal.Decimal `json:"maxInventoryRule" gorm:"-"` //鏈�澶у簱瀛� + CreateBy string `gorm:"type:varchar(255);comment:瀵煎叆浜恒�佸垱寤轰汉" json:"createBy"` //鍒涘缓浜� } MaterialSearch struct { -- Gitblit v1.8.0