Open leeson1995 opened 5 years ago
图2里的decimal类型 是图3里的struct tag 里用 text 和什么都不加 都报这个错
@BetaCat0 @lunny pls help~
@leeson1995 Maybe you should use the exported field as payload, for example:
type Decimal struct {
DigitsInt int8
...
}
XORM is absent of detect MashalText
I think we need to do that.
这是 sql:: 这是 struct::
这里面的 decimal是自定义的 struct:
然后爆这个错