瀏覽代碼

update

add_mode
DengBiao 1 年之前
父節點
當前提交
8b7fd0d7fd
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      app/admin/hdl/hdl_enterprise.go
  2. 二進制
     

+ 2
- 2
app/admin/hdl/hdl_enterprise.go 查看文件

@@ -311,11 +311,11 @@ func EnterpriseUpdate(c *gin.Context) {
//新增 grade 数据 && class 数据
var classes []*model.Class
for _, v := range req.PeriodList {
if v.Id != 0 {
if v.Id == 0 {
//TODO::新增
insertId, err1 := periodDb.PeriodInsert(&model.Period{
EnterpriseId: req.Id,
Name: req.Name,
Name: v.Name,
BreakfastUnitPrice: "0.00",
LunchUnitPrice: "0.00",
DinnerUnitPrice: "0.00",


二進制
查看文件


Loading…
取消
儲存