fix 项目详情报错

This commit is contained in:
lijiarao
2024-07-29 14:14:18 +08:00
parent 0a8258de24
commit ba62963ffb
@@ -92,7 +92,7 @@ public class PayContactsManagementTemporaryServiceImpl extends ServiceImpl<PayCo
String str = JSONObject.toJSONString(contactsManagement);
temporary = JSON.parseObject(str, PayContactsManagementTemporary.class);
}else {
temporary = this.getById(contactsId);
temporary = this.getById(contactsTemporaryId);
}
return temporary;
}