Compare commits

..

No commits in common. "9c9879553d5c7de0333e5e2ef1012eebd59a5487" and "c153b9b8ebef87d32276469934c852f2fa1a303c" have entirely different histories.

View File

@ -50,7 +50,6 @@ func GetReconciliationList(c *gin.Context) {
req.UserIDS = append(req.UserIDS, u.Id)
}
}
req.UserName = ""
detail, detailErr := service.BundleProvider.GetReconciliationList(context.Background(), &req)
if detailErr != nil {
service.Error(c, detailErr)