mirror of
https://github.com/duanhf2012/origin.git
synced 2026-05-22 09:37:31 +08:00
修改日志
This commit is contained in:
@@ -514,7 +514,7 @@ func (slf *DBModule) RunExecuteDBCoroutine() {
|
|||||||
|
|
||||||
func (slf *DataSetList) UnMarshal(args ...interface{}) error {
|
func (slf *DataSetList) UnMarshal(args ...interface{}) error {
|
||||||
if len(slf.dataSetList) != len(args) {
|
if len(slf.dataSetList) != len(args) {
|
||||||
return errors.New("Data set len(%d) is not equal to args!")
|
return errors.New(fmt.Sprintf("Data set len(%d,%d) is not equal to args!", len(slf.dataSetList), len(args)))
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, out := range args {
|
for _, out := range args {
|
||||||
|
|||||||
Reference in New Issue
Block a user