jiangshuai
2024-01-02 ef58851f0477a883cef4bae9a2ab883ce7878b3a
入库验证bug
1个文件已修改
1 ■■■■ 已修改文件
controllers/operation.go 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
controllers/operation.go
@@ -408,6 +408,7 @@
        return
    }
    if len(locAmountList) > 0 {
        mapLocAmount = make(map[string]*models.LocationProductAmount)
        for _, v := range locAmountList {
            mapLocAmount[strconv.Itoa(v.LocationId)+v.ProductId] = v
        }