瀏覽代碼

茂名舒和

28169 2 月之前
父節點
當前提交
3cdc67ded1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      service/sy_service.go

+ 1 - 1
service/sy_service.go 查看文件

@@ -343,7 +343,7 @@ func CratePrintCode(rdb *gorm.DB, code models.DataPrintCode) error {
343 343
 
344 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 348
 	return info, err
349 349
 }