|
@@ -615,7 +615,7 @@ type EdbInfoCalculateBatchEditReq struct {
|
|
|
FromTag string `description:"指标对应标签"`
|
|
|
MoveValue int `description:"移动的值"`
|
|
|
}
|
|
|
- Calendar string `description:"公历/农历"`
|
|
|
+ Calendar string `description:"公历/农历" orm:"default(公历)"`
|
|
|
}
|
|
|
|
|
|
// CheckFormula2 校验公式是否正常(比如说除法的分母不能为0之类的,实际上就是用预设的字段数据做一次计算)
|