|
@@ -864,7 +864,7 @@ let rptSignatureHelper = {
|
|
if (!rst) {
|
|
if (!rst) {
|
|
// 还有原报需要检测
|
|
// 还有原报需要检测
|
|
for (const stg_ort_rpt of STAGE_LIST) {
|
|
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) {
|
|
if (stg_ort_rpt.status === 3) {
|
|
rst = true;
|
|
rst = true;
|
|
} else {
|
|
} else {
|