@@ -864,7 +864,7 @@ let rptSignatureHelper = {
if (!rst) {
// 还有原报需要检测
for (const stg_ort_rpt of STAGE_LIST) {
- if (role_rel.acc_id === stg_ort_rpt.aid) {
+ if (role_rel.acc_id === stg_ort_rpt.user_id) {
if (stg_ort_rpt.status === 3) {
rst = true;
} else {