@@ -173,7 +173,7 @@ func SupplierBillList(c *gin.Context, apictx *ApiSession) (interface{}, error) {
Page: page,
Size: size,
Query: query,
- Sort: repo.Map{"sendTime": -1},
+ Sort: bson.M{"sendTime": -1},
})
}