|
@@ -1,16 +1,12 @@
|
|
|
package service
|
|
|
|
|
|
import (
|
|
|
- "fmt"
|
|
|
- "strings"
|
|
|
-
|
|
|
"app.yhyue.com/moapp/jybase/common"
|
|
|
"app.yhyue.com/moapp/jybase/encrypt"
|
|
|
"fmt"
|
|
|
"jygit.jydev.jianyu360.cn/ApplicationCenter/publicService/rpc/db"
|
|
|
"jygit.jydev.jianyu360.cn/ApplicationCenter/publicService/rpc/internal/config"
|
|
|
"jygit.jydev.jianyu360.cn/ApplicationCenter/publicService/rpc/pb"
|
|
|
- "log"
|
|
|
"strings"
|
|
|
)
|
|
|
|
|
@@ -111,6 +107,7 @@ func (d *DataSmt) Detail(id string) *pb.DatasmtRespDetail {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ result.DataType = result.FieldIllustrate.Name
|
|
|
}
|
|
|
return result
|
|
|
}
|