Compare commits

...

2 Commits

Author SHA1 Message Date
JNG
9c9879553d Merge branch 'jng-0924' into dev 2025-09-28 15:08:56 +08:00
JNG
3f5e4e3bc8 Update reconciliation.go 2025-09-28 15:08:45 +08:00

View File

@ -50,6 +50,7 @@ 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)