@@ -2197,6 +2197,11 @@ func checkFields(tmp map[string]interface{}) map[string]interface{} {
}
+ //工期单位-清理
+ if tmp["project_timeunit"]=="年" && tmp["project_duration"] == nil {
+ delete(tmp, "project_timeunit")
+ }
+
return tmp