fix 项目详情报错
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user