Browse Source

茂名舒和

28169 2 months ago
parent
commit
3cdc67ded1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/sy_service.go

+ 1 - 1
service/sy_service.go View File

343
 
343
 
344
 func GetHisLabelPrintStatusInfo(user_org_id int64) (info []*models.XtHisLabelPrintStatusInfo, err error) {
344
 func GetHisLabelPrintStatusInfo(user_org_id int64) (info []*models.XtHisLabelPrintStatusInfo, err error) {
345
 
345
 
346
-	err = XTReadDB().Where("user_org_id = ? and status=1", user_org_id).Find(&info).Error
346
+	err = XTReadDB().Where("user_org_id = ? and status=1 and record_date ='2024-09-04'", user_org_id).Find(&info).Error
347
 
347
 
348
 	return info, err
348
 	return info, err
349
 }
349
 }